# HG changeset patch # User diego # Date 1174263038 0 # Node ID bf2711ae4cbe2a6222a03f396cc9201b31994321 # Parent a80891080c9e1d6b3a88cf04f05bec8f7e4c2897 Move -I. to the front of CFLAGS, works around problems with headers from other projects having the same names as MPlayer ones. diff -r a80891080c9e -r bf2711ae4cbe Makefile --- a/Makefile Mon Mar 19 00:07:34 2007 +0000 +++ b/Makefile Mon Mar 19 00:10:38 2007 +0000 @@ -6,7 +6,7 @@ include config.mak -CFLAGS = $(OPTFLAGS) -I. +CFLAGS = -I. $(OPTFLAGS) CFLAGS-$(CONFIG_LIBAVUTIL) += -I./libavutil CFLAGS-$(CONFIG_LIBAVCODEC) += -I./libavcodec