From 52b8a22453c87bb987e371fb3ebacf0d231a7fc9 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 30 Jun 2006 12:40:05 +0000 Subject: postproc --> libswscale git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18868 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TOOLS/Makefile') diff --git a/TOOLS/Makefile b/TOOLS/Makefile index ca059a700a..817fe33a23 100644 --- a/TOOLS/Makefile +++ b/TOOLS/Makefile @@ -27,8 +27,8 @@ png2raw: png2raw.c subrip: subrip.c $(CC) $(CFLAGS) -g -o $@ $< ../vobsub.o ../spudec.o ../mp_msg.o \ - ../unrarlib.o ../postproc/swscale.o ../postproc/rgb2rgb.o \ - ../postproc/yuv2rgb.o ../libmpcodecs/img_format.o -lm + ../unrarlib.o ../libswscale/swscale.o ../libswscale/rgb2rgb.o \ + ../libswscale/yuv2rgb.o ../libmpcodecs/img_format.o -lm vivodump: vivodump.c $(CC) $(CFLAGS) -o $@ $< ../mp_msg.o ../libmpdemux/libmpdemux.a -- cgit v1.2.3