Mercurial > mplayer.hg
changeset 26527:92cef8917559
Link against individual objects, the osdep library is not generated anymore.
author | diego |
---|---|
date | Mon, 28 Apr 2008 11:55:21 +0000 |
parents | f5329f6f59c3 |
children | da85ae10987e |
files | loader/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/loader/Makefile Mon Apr 28 11:52:56 2008 +0000 +++ b/loader/Makefile Mon Apr 28 11:55:21 2008 +0000 @@ -36,7 +36,7 @@ CFLAGS+=-fno-omit-frame-pointer $(CFLAG_NO_OMIT_LEAF_FRAME_POINTER) win32.o: CFLAGS += $(CFLAG_STACKREALIGN) -TEST_OBJS = $(LIBNAME_COMMON) ../cpudetect.o ../mp_msg.o ../mp_fifo.o ../osdep/libosdep.a +TEST_OBJS = $(LIBNAME_COMMON) ../cpudetect.o ../mp_msg.o ../mp_fifo.o ../osdep/$(GETCH) ../osdep/$(TIMER) TEST_LDFLAGS = -ltermcap -ldl -lm -lpthread -g qtx/qtxload: qtx/qtxload.c $(TEST_OBJS)