Mercurial > mplayer.hg
changeset 11618:0d5cfe5358bc
add codecs.conf to the dependency list of codecs.conf.h
a good idea from Torinthiel <torinthiel@wp.pl>
author | attila |
---|---|
date | Wed, 10 Dec 2003 12:03:54 +0000 |
parents | 2785f72eb4f5 |
children | 179138947307 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Dec 09 22:38:31 2003 +0000 +++ b/Makefile Wed Dec 10 12:03:54 2003 +0000 @@ -232,7 +232,7 @@ $(CC) $(CFLAGS) -o $(PRG_MENCODER) $(OBJS_MENCODER) libmpcodecs/libmpencoders.a $(ENCORE_LIB) $(COMMON_LIBS) $(EXTRA_LIB) $(MLIB_LIB) $(LIRC_LIB) $(LIRCC_LIB) $(ARCH_LIB) $(I18NLIBS) -lm endif -codecs.conf.h: $(PRG_CFG) +codecs.conf.h: $(PRG_CFG) etc/codecs.conf ./$(PRG_CFG) ./etc/codecs.conf > $@ codec-cfg.o: codecs.conf.h