mirror of https://github.com/mpv-player/mpv
Simplify codecs.conf.h generation rule.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27222 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
bc6147198a
commit
24383a02d1
2
Makefile
2
Makefile
|
@ -755,7 +755,7 @@ codec-cfg$(EXESUF): codec-cfg.c codec-cfg.h help_mp.h
|
|||
$(HOST_CC) -O -I. -DCODECS2HTML -o $@ $<
|
||||
|
||||
codecs.conf.h: codec-cfg$(EXESUF) etc/codecs.conf
|
||||
./codec-cfg$(EXESUF) ./etc/codecs.conf > $@
|
||||
./$^ > $@
|
||||
|
||||
# ./configure must be rerun if it changed
|
||||
config.mak: configure
|
||||
|
|
Loading…
Reference in New Issue