diff libmpdemux/Makefile @ 2322:e22ec6fce385

cache2 support
author arpi
date Sat, 20 Oct 2001 23:51:02 +0000
parents 0294cef61b74
children 451426046a14
line wrap: on
line diff
--- a/libmpdemux/Makefile	Sat Oct 20 23:48:56 2001 +0000
+++ b/libmpdemux/Makefile	Sat Oct 20 23:51:02 2001 +0000
@@ -3,7 +3,7 @@
 
 include ../config.mak
 
-SRCS = asfheader.c aviheader.c aviprint.c aviwrite.c demux_asf.c demux_avi.c demux_mov.c demux_mpg.c demuxer.c dvdauth.c open.c parse_es.c stream.c
+SRCS = cache2.c asfheader.c aviheader.c aviprint.c aviwrite.c demux_asf.c demux_avi.c demux_mov.c demux_mpg.c demuxer.c dvdauth.c open.c parse_es.c stream.c
 ifeq ($(STREAMING),yes)
 SRCS += asf_streaming.c url.c http.c network.c
 endif
@@ -25,7 +25,7 @@
 	$(AR) r $(LIBNAME) $(OBJS)
 
 test:	$(LIBNAME) test.c
-	$(CC) $(CFLAGS) test.c ../mp_msg.c -o test -L. -lmpdemux -ldvdread -lz -lpthread
+	$(CC) $(CFLAGS) test.c ../mp_msg.c ../linux/shmem.c -o test -L. -lmpdemux -ldvdread -lz -lpthread
 
 clean:
 	rm -f *.o *.a *~