Mercurial > libavcodec.hg
diff libpostproc/Makefile @ 873:47f44f256a3c libavcodec
fixing compilation of cs_test
| author | michael |
|---|---|
| date | Mon, 18 Nov 2002 10:39:22 +0000 |
| parents | d73ad03912f5 |
| children | 54aa0bb40e97 |
line wrap: on
line diff
--- a/libpostproc/Makefile Mon Nov 18 09:28:21 2002 +0000 +++ b/libpostproc/Makefile Mon Nov 18 10:39:22 2002 +0000 @@ -12,7 +12,7 @@ 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/
