mirror of
https://github.com/mpv-player/mpv
synced 2024-12-22 23:02:37 +00:00
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
This commit is contained in:
parent
68b1055834
commit
a616d2d604
2
Makefile
2
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
|
$(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
|
endif
|
||||||
|
|
||||||
codecs.conf.h: $(PRG_CFG)
|
codecs.conf.h: $(PRG_CFG) etc/codecs.conf
|
||||||
./$(PRG_CFG) ./etc/codecs.conf > $@
|
./$(PRG_CFG) ./etc/codecs.conf > $@
|
||||||
|
|
||||||
codec-cfg.o: codecs.conf.h
|
codec-cfg.o: codecs.conf.h
|
||||||
|
Loading…
Reference in New Issue
Block a user