changeset 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 0ce70839c3b5
children 076108d9a8c1
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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
 	./$^ > $@