diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-19 00:10:38 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-19 00:10:38 +0000 |
commit | 6c4d007414f07a347807a5c9df2f9ca898eebc0e (patch) | |
tree | 57183ceccc986ca1550ca4faaa0e056c63083667 /Makefile | |
parent | f439934b2860ba33f4cd4ab7ad8b0ed88ee53e0c (diff) |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ include config.mak -CFLAGS = $(OPTFLAGS) -I. +CFLAGS = -I. $(OPTFLAGS) CFLAGS-$(CONFIG_LIBAVUTIL) += -I./libavutil CFLAGS-$(CONFIG_LIBAVCODEC) += -I./libavcodec |