mirror of https://github.com/mpv-player/mpv
Add codecs2html target.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17762 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
329dc03746
commit
2f69888f22
3
Makefile
3
Makefile
|
@ -435,6 +435,9 @@ codecs.conf.h: $(PRG_CFG) etc/codecs.conf
|
|||
|
||||
codec-cfg.o: codecs.conf.h
|
||||
|
||||
codecs2html:
|
||||
$(CC) -DCODECS2HTML codec-cfg.c mp_msg.o -o $@
|
||||
|
||||
# Every mplayer dependency depends on version.h, to force building version.h
|
||||
# first (in serial mode) before any other of the dependencies for a parallel make
|
||||
# run. This is necessary, because the make rule for version.h removes objects
|
||||
|
|
Loading…
Reference in New Issue