Mercurial > mplayer.hg
comparison libmpeg2/Makefile @ 14013:540512f82d0d
revert useless uyvy planar->packed converter
author | henry |
---|---|
date | Mon, 22 Nov 2004 10:22:31 +0000 |
parents | cbadd7b190b2 |
children | ce1ba8fd57e7 |
comparison
equal
deleted
inserted
replaced
14012:39d2df376d62 | 14013:540512f82d0d |
---|---|
1 | 1 |
2 LIBNAME = libmpeg2.a | 2 LIBNAME = libmpeg2.a |
3 | 3 |
4 include ../config.mak | 4 include ../config.mak |
5 | 5 |
6 SRCS = alloc.c cpu_accel.c cpu_state.c decode.c header.c idct.c motion_comp.c slice.c uyvy.c | 6 SRCS = alloc.c cpu_accel.c cpu_state.c decode.c header.c idct.c motion_comp.c slice.c |
7 | 7 |
8 OBJS = $(SRCS:.c=.o) | 8 OBJS = $(SRCS:.c=.o) |
9 INCLUDE = -I. -I../libvo -I.. $(EXTRA_INC) | 9 INCLUDE = -I. -I../libvo -I.. $(EXTRA_INC) |
10 CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY | 10 CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY |
11 | 11 |