# HG changeset patch # User diego # Date 1221492866 0 # Node ID 6f6fbfe8e6916453bca2801ee447d33bcbee4c72 # Parent 3fe0575a937aa02f86688b67374fb9cdd4a818b9 Use standard -I flags to compile codec-cfg. diff -r 3fe0575a937a -r 6f6fbfe8e691 Makefile --- 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 ./$^ > $@