Add missing -I. to fix codecs2html compilation.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26886 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-05-27 11:14:24 +00:00
parent cdbbd38e9b
commit a10452836d
1 changed files with 1 additions and 1 deletions

View File

@ -737,7 +737,7 @@ codecs.conf.h: codec-cfg$(EXESUF) etc/codecs.conf
./codec-cfg$(EXESUF) ./etc/codecs.conf > $@
codecs2html$(EXESUF): mp_msg-mencoder.o
$(CC) -DCODECS2HTML codec-cfg.c $^ -o $@
$(CC) -I. -DCODECS2HTML codec-cfg.c $^ -o $@
osdep/mplayer-rc.o: osdep/mplayer.rc version.h
$(WINDRES) -I. -o $@ $<