From 6c4d007414f07a347807a5c9df2f9ca898eebc0e Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 19 Mar 2007 00:10:38 +0000 Subject: Move -I. to the front of CFLAGS, works around problems with headers from other projects having the same names as MPlayer ones. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22742 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a3c99aa43a..a0cc92f3f4 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ include config.mak -CFLAGS = $(OPTFLAGS) -I. +CFLAGS = -I. $(OPTFLAGS) CFLAGS-$(CONFIG_LIBAVUTIL) += -I./libavutil CFLAGS-$(CONFIG_LIBAVCODEC) += -I./libavcodec -- cgit v1.2.3