[Mplayer-cvslog] CVS: main/postproc Makefile,1.17,1.18
Alex Beregszaszi
alex at mplayerhq.hu
Fri May 23 22:29:39 CEST 2003
Update of /cvsroot/mplayer/main/postproc
In directory mail:/var/tmp.root/cvs-serv9863
Modified Files:
Makefile
Log Message:
cs_test cleanup and fix compilation if gui enabled
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/Makefile,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- Makefile 25 Apr 2003 17:16:55 -0000 1.17
+++ Makefile 23 May 2003 20:29:36 -0000 1.18
@@ -5,7 +5,6 @@
SWSSRCS=swscale.c rgb2rgb.c yuv2rgb.c
SWSOBJS=$(SWSSRCS:.c=.o)
-CS_TEST_OBJS=cs_test.o rgb2rgb.o ../cpudetect.o ../mp_msg.o ../libvo/aclib.o
CFLAGS = $(OPTFLAGS) $(MLIB_INC) -I. -I.. $(EXTRA_INC)
# -I/usr/X11R6/include/
@@ -33,8 +32,8 @@
depend:
$(CC) -MM $(CFLAGS) $(SWSSRCS) 1>.depend
-cs_test: $(CS_TEST_OBJS)
- $(CC) $(CS_TEST_OBJS) -o cs_test
+cs_test: cs_test.o $(SWSLIB)
+ $(CC) cs_test.o $(SWSLIB) ../cpudetect.o -DFOR_MENCODER ../mp_msg.c -o cs_test -W -Wall
swscale-example: swscale-example.o $(SWSLIB)
$(CC) swscale-example.o $(SWSLIB) ../libmpcodecs/img_format.o -lm -o swscale-example -W -Wall
More information about the MPlayer-cvslog
mailing list