Mercurial > mplayer.hg
diff libmpdemux/Makefile @ 9754:9a88e80e6314
Fix test compilation
author | albeu |
---|---|
date | Sun, 30 Mar 2003 17:14:41 +0000 |
parents | 54c252559ffd |
children | fc300cd01240 |
line wrap: on
line diff
--- a/libmpdemux/Makefile Sun Mar 30 17:14:02 2003 +0000 +++ b/libmpdemux/Makefile Sun Mar 30 17:14:41 2003 +0000 @@ -50,7 +50,7 @@ $(AR) r $(LIBNAME) $(OBJS) test: $(LIBNAME) test.c - $(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 ../sub_cc.o $(ALSA_LIB) $(VORBIS_LIB) $(CDPARANOIA_LIB) -lz -lpthread + $(CC) $(CFLAGS) test.c ../mp_msg.c ../osdep/shmem.c -o test ./libmpdemux.a ../libmpdvdkit2/libmpdvdkit.a ../libvo/aclib.o ../libmpcodecs/img_format.o ../libao2/afmt.o ../sub_cc.o ../m_option.o ../subreader.o $(ALSA_LIB) $(VORBIS_LIB) $(CDPARANOIA_LIB) -lz -lpthread clean: rm -f *.o *.a *~