mirror of https://github.com/mpv-player/mpv
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:
parent
9e8112128e
commit
1888de07f7
2
Makefile
2
Makefile
|
@ -822,7 +822,7 @@ mplayer$(EXESUF): $(MPLAYER_DEPS)
|
||||||
$(CC) -o $@ $^ $(LDFLAGS_MPLAYER)
|
$(CC) -o $@ $^ $(LDFLAGS_MPLAYER)
|
||||||
|
|
||||||
codec-cfg$(EXESUF): codec-cfg.c help_mp.h
|
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
|
codecs.conf.h: codec-cfg$(EXESUF) etc/codecs.conf
|
||||||
./$^ > $@
|
./$^ > $@
|
||||||
|
|
Loading…
Reference in New Issue