summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-19 00:10:38 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-19 00:10:38 +0000
commit6c4d007414f07a347807a5c9df2f9ca898eebc0e (patch)
tree57183ceccc986ca1550ca4faaa0e056c63083667 /Makefile
parentf439934b2860ba33f4cd4ab7ad8b0ed88ee53e0c (diff)
downloadmpv-6c4d007414f07a347807a5c9df2f9ca898eebc0e.tar.bz2
mpv-6c4d007414f07a347807a5c9df2f9ca898eebc0e.tar.xz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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