# HG changeset patch # User arpi # Date 1035381545 0 # Node ID 72671e2510fd7df0f14d59751a24236c33ecc7eb # Parent 6ccc14497807118f068d91e89de70a03c34f94d6 added libmpdemux depends to test.c diff -r 6ccc14497807 -r 72671e2510fd libmpdemux/Makefile --- a/libmpdemux/Makefile Wed Oct 23 11:20:07 2002 +0000 +++ b/libmpdemux/Makefile Wed Oct 23 13:59:05 2002 +0000 @@ -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 *~ diff -r 6ccc14497807 -r 72671e2510fd libmpdemux/test.c --- a/libmpdemux/test.c Wed Oct 23 11:20:07 2002 +0000 +++ b/libmpdemux/test.c Wed Oct 23 13:59:05 2002 +0000 @@ -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! //---------------