changeset 26860:f54c19f66dad

Fix codecs2html linking.
author diego
date Tue, 27 May 2008 11:25:18 +0000
parents 093481b5925f
children 35bb555d7a54
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue May 27 11:24:07 2008 +0000
+++ b/Makefile	Tue May 27 11:25:18 2008 +0000
@@ -872,7 +872,7 @@
 
 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)