[MPlayer-cvslog] r26884 - trunk/Makefile
diego
subversion at mplayerhq.hu
Tue May 27 13:09:17 CEST 2008
Author: diego
Date: Tue May 27 13:09:17 2008
New Revision: 26884
Log:
Correct dependency declaration for codec-cfg-test.
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue May 27 13:09:17 2008
@@ -878,8 +878,8 @@ tags:
TEST_OBJS = mp_msg-mencoder.o mp_fifo.o osdep/$(GETCH) osdep/$(TIMER) -ltermcap -lm
-codec-cfg-test$(EXESUF): codecs.conf.h codec-cfg.h $(TEST_OBJS)
- $(CC) -I. -DTESTING -o $@ codec-cfg.c $(TEST_OBJS)
+codec-cfg-test$(EXESUF): codec-cfg.c codecs.conf.h codec-cfg.h $(TEST_OBJS)
+ $(CC) -I. -DTESTING -o $@ $< $(TEST_OBJS)
liba52/test$(EXESUF): liba52/test.c cpudetect.o $(filter liba52/%,$(SRCS_COMMON:.c=.o))
More information about the MPlayer-cvslog
mailing list