[MPlayer-cvslog] r26892 - trunk/Makefile
diego
subversion at mplayerhq.hu
Tue May 27 13:25:18 CEST 2008
Author: diego
Date: Tue May 27 13:25:18 2008
New Revision: 26892
Log:
Fix codecs2html linking.
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue May 27 13:25:18 2008
@@ -872,7 +872,7 @@ tags:
TEST_OBJS = mp_msg-mencoder.o mp_fifo.o osdep/$(GETCH) osdep/$(TIMER) -ltermcap -lm
-codecs2html$(EXESUF): codec-cfg.c mp_msg-mencoder.o
+codecs2html$(EXESUF): codec-cfg.c $(TEST_OBJS)
$(CC) -I. -DCODECS2HTML $^ -o $@
codec-cfg-test$(EXESUF): codec-cfg.c codecs.conf.h codec-cfg.h $(TEST_OBJS)
More information about the MPlayer-cvslog
mailing list