Mercurial > mplayer.hg
diff TOOLS/Makefile @ 19271:64d82a45a05d
introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
author | ben |
---|---|
date | Mon, 31 Jul 2006 17:39:17 +0000 (2006-07-31) |
parents | 06e4c7737aa7 |
children | b4c865e17155 |
line wrap: on
line diff
--- a/TOOLS/Makefile Mon Jul 31 12:35:04 2006 +0000 +++ b/TOOLS/Makefile Mon Jul 31 17:39:17 2006 +0000 @@ -31,7 +31,7 @@ ../libswscale/yuv2rgb.o ../libmpcodecs/img_format.o -lm vivodump: vivodump.c - $(CC) $(CFLAGS) -o $@ $< ../mp_msg.o ../libmpdemux/libmpdemux.a + $(CC) $(CFLAGS) -o $@ $< ../mp_msg.o ../libmpdemux/libmpdemux.a ../stream/stream.a fastmemcpybench: fastmemcpybench.c $(CC) $(CFLAGS) -g $< -o fastmem-mmx ../libvo/aclib.o -DNAME=\"mmx\" -DHAVE_MMX