Do not use full CFLAGS to build codec-cfg, they are unnecessary.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29041 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-03-23 22:42:53 +00:00
parent 9e8112128e
commit 1888de07f7
1 changed files with 1 additions and 1 deletions

View File

@ -822,7 +822,7 @@ mplayer$(EXESUF): $(MPLAYER_DEPS)
$(CC) -o $@ $^ $(LDFLAGS_MPLAYER)
codec-cfg$(EXESUF): codec-cfg.c help_mp.h
$(HOST_CC) -O -DCODECS2HTML $(EXTRA_INC) -o $@ $<
$(HOST_CC) -O -DCODECS2HTML -I. -o $@ $<
codecs.conf.h: codec-cfg$(EXESUF) etc/codecs.conf
./$^ > $@