diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-11-18 10:39:22 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-11-18 10:39:22 +0000 |
commit | 87f9c9e0915adabcb7db6489019f1d0fe4582394 (patch) | |
tree | 49c101044de91236b25bd06d0f129c4618dbcab2 /postproc | |
parent | 58bfafbed9d1c053948794d0033753b93fe194d5 (diff) | |
download | ffmpeg-87f9c9e0915adabcb7db6489019f1d0fe4582394.tar.gz |
fixing compilation of cs_test
Originally committed as revision 8232 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc')
-rw-r--r-- | postproc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postproc/Makefile b/postproc/Makefile index ab9139dd3f..36f87075bc 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/ |