Mercurial > mplayer.hg
changeset 27586:6f6fbfe8e691
Use standard -I flags to compile codec-cfg.
author | diego |
---|---|
date | Mon, 15 Sep 2008 15:34:26 +0000 |
parents | 3fe0575a937a |
children | 18b87a2461da |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Mon Sep 15 15:33:34 2008 +0000 +++ b/Makefile Mon Sep 15 15:34:26 2008 +0000 @@ -752,7 +752,7 @@ $(CC) -o $@ $^ $(LDFLAGS_MPLAYER) codec-cfg$(EXESUF): codec-cfg.c codec-cfg.h help_mp.h - $(HOST_CC) -O -I. -DCODECS2HTML -o $@ $< + $(HOST_CC) -O -DCODECS2HTML $(EXTRA_INC) -o $@ $< codecs.conf.h: codec-cfg$(EXESUF) etc/codecs.conf ./$^ > $@