summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-10 12:03:54 +0000
committerattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-10 12:03:54 +0000
commita616d2d604ae81dbabb868453860ea385973fe83 (patch)
tree05e41c3472b077c13d6062aca963c2c2ebee89ac /Makefile
parent68b1055834b7cef14b513ec45af47c5523e8e44a (diff)
downloadmpv-a616d2d604ae81dbabb868453860ea385973fe83.tar.bz2
mpv-a616d2d604ae81dbabb868453860ea385973fe83.tar.xz
add codecs.conf to the dependency list of codecs.conf.h
a good idea from Torinthiel <torinthiel@wp.pl> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11619 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3cc6b09372..8b6a0f4bde 100644
--- a/Makefile
+++ b/Makefile
@@ -232,7 +232,7 @@ $(PRG_MENCODER): $(MENCODER_DEP)
$(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