[MPlayer-cvslog] r25613 - trunk/loader/Makefile
diego
subversion at mplayerhq.hu
Sun Jan 6 12:27:07 CET 2008
Author: diego
Date: Sun Jan 6 12:27:07 2008
New Revision: 25613
Log:
Get the dshow test program closer to linking.
Modified:
trunk/loader/Makefile
Modified: trunk/loader/Makefile
==============================================================================
--- trunk/loader/Makefile (original)
+++ trunk/loader/Makefile Sun Jan 6 12:27:07 2008
@@ -35,8 +35,8 @@ include ../mpcommon.mak
CFLAGS+=-fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
-dshow/test: dshow/test.c $(LIBNAME_COMMON)
- $(CC) $(CFLAGS) -o $@ $^ -lstdc++
+dshow/test: dshow/test.c $(LIBNAME_COMMON) ../cpudetect.o ../get_path.o ../mp_msg.o ../mp_fifo.o ../osdep/libosdep.a
+ $(CC) $(CFLAGS) -o $@ $^ -ltermcap -ldl -lm -lpthread -g -lstdc++
clean::
rm -f dshow/*.o dshow/*.a dshow/*~
More information about the MPlayer-cvslog
mailing list