mirror of
https://github.com/mpv-player/mpv
synced 2025-03-18 08:39:01 +00:00
added libmpdemux depends to test.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7860 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
044b2d550e
commit
24aa223ad6
@ -39,7 +39,7 @@ $(LIBNAME): $(OBJS)
|
||||
$(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 *~
|
||||
|
@ -19,6 +19,9 @@ void skip_audio_frame(sh_audio_t *sh_audio){
|
||||
void resync_audio_stream(sh_audio_t *sh_audio){
|
||||
}
|
||||
|
||||
// for libmpdvdkit2:
|
||||
#include "../get_path.c"
|
||||
|
||||
int verbose=5; // must be global!
|
||||
|
||||
//---------------
|
||||
|
Loading…
Reference in New Issue
Block a user