Mercurial > mplayer.hg
diff Makefile @ 29006:1ce71e660a4b
Do not use full CFLAGS to build codec-cfg, they are unnecessary.
author | diego |
---|---|
date | Mon, 23 Mar 2009 22:42:53 +0000 |
parents | c2baa796c5e5 |
children | b5c25fd3cf8f |
line wrap: on
line diff
--- a/Makefile Sun Mar 22 23:58:40 2009 +0000 +++ b/Makefile Mon Mar 23 22:42:53 2009 +0000 @@ -822,7 +822,7 @@ $(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 ./$^ > $@