From 1888de07f7c627f84c31df91c7f8497c36c83d5c Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 23 Mar 2009 22:42:53 +0000 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c6b2205293..263f3cd839 100644 --- a/Makefile +++ b/Makefile @@ -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 ./$^ > $@ -- cgit v1.2.3