[Mplayer-cvslog] CVS: main/libmpdemux test.c,1.6,1.7 Makefile,1.38,1.39

Arpi of Ize arpi at mplayerhq.hu
Wed Oct 23 15:59:24 CEST 2002


Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv24087

Modified Files:
	test.c Makefile 
Log Message:
added libmpdemux depends to test.c


Index: test.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/test.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- test.c	17 Dec 2001 16:55:40 -0000	1.6
+++ test.c	23 Oct 2002 13:59:05 -0000	1.7
@@ -19,6 +19,9 @@
 void resync_audio_stream(sh_audio_t *sh_audio){
 }
 
+// for libmpdvdkit2:
+#include "../get_path.c"
+
 int verbose=5; // must be global!
 
 //---------------

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/Makefile,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- Makefile	17 Sep 2002 19:53:04 -0000	1.38
+++ Makefile	23 Oct 2002 13:59:05 -0000	1.39
@@ -39,7 +39,7 @@
 	$(AR) r $(LIBNAME) $(OBJS)
 
 test:	$(LIBNAME) test.c
-	$(CC) $(CFLAGS) test.c ../mp_msg.c ../linux/shmem.c -o test ./libmpdemux.a -ldvdread -lz -lpthread
+	$(CC) $(CFLAGS) test.c ../mp_msg.c ../linux/shmem.c -o test ./libmpdemux.a ../libmpdvdkit2/libmpdvdkit.a ../libvo/aclib.o ../libmpcodecs/img_format.o ../libao2/afmt.o $(ALSA_LIB) $(VORBIS_LIB) $(CDPARANOIA_LIB) -lz -lpthread
 
 clean:
 	rm -f *.o *.a *~




More information about the MPlayer-cvslog mailing list