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
This commit is contained in:
diego 2007-03-19 00:10:38 +00:00
parent f439934b28
commit 6c4d007414
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
include config.mak include config.mak
CFLAGS = $(OPTFLAGS) -I. CFLAGS = -I. $(OPTFLAGS)
CFLAGS-$(CONFIG_LIBAVUTIL) += -I./libavutil CFLAGS-$(CONFIG_LIBAVUTIL) += -I./libavutil
CFLAGS-$(CONFIG_LIBAVCODEC) += -I./libavcodec CFLAGS-$(CONFIG_LIBAVCODEC) += -I./libavcodec