Mercurial > mplayer.hg
changeset 25585:233c5bbd1c15
Get the dshow test program closer to linking.
author | diego |
---|---|
date | Sun, 06 Jan 2008 11:27:07 +0000 |
parents | 3ba165446c8a |
children | 2c25326ad773 |
files | loader/Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/loader/Makefile Sun Jan 06 11:20:34 2008 +0000 +++ b/loader/Makefile Sun Jan 06 11:27:07 2008 +0000 @@ -35,8 +35,8 @@ 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/*~