From: Michael Niedermayer Date: Mon, 18 Nov 2002 10:39:22 +0000 (+0000) Subject: fixing compilation of cs_test X-Git-Tag: v0.5~17035 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=87f9c9e0915adabcb7db6489019f1d0fe4582394;p=coroid%2Flibav_saccubus.git fixing compilation of cs_test Originally committed as revision 8232 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc --- diff --git a/postproc/Makefile b/postproc/Makefile index ab9139dd3..36f87075b 100644 --- a/postproc/Makefile +++ b/postproc/Makefile @@ -12,7 +12,7 @@ SWSSRCS=swscale.c rgb2rgb.c yuv2rgb.c SWSOBJS=$(SWSSRCS:.c=.o) PPOBJS=postprocess.o SPPOBJS=postprocess_pic.o -CS_TEST_OBJS=cs_test.o rgb2rgb.o ../cpudetect.o ../mp_msg.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/