Add codecs2html target.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17762 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-03-07 15:37:58 +00:00
parent 329dc03746
commit 2f69888f22
1 changed files with 3 additions and 0 deletions

View File

@ -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