changeset 22724:bf2711ae4cbe

Move -I. to the front of CFLAGS, works around problems with headers from other projects having the same names as MPlayer ones.
author diego
date Mon, 19 Mar 2007 00:10:38 +0000
parents a80891080c9e
children ba2b70a80acc
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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