summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-17 17:19:56 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-17 17:19:56 +0000
commitb02e7924b9147f3571f0dd0e34c5461a798367ea (patch)
tree69c9192f7098aff45cbf07ff36479f6b23ba8829 /Gui
parent1737500919392ae0830c5a3ee2f147b3fe17abe1 (diff)
downloadmpv-b02e7924b9147f3571f0dd0e34c5461a798367ea.tar.bz2
mpv-b02e7924b9147f3571f0dd0e34c5461a798367ea.tar.xz
Move all internal -I parameters to the front of CFLAGS to avoid using external
header files that happen to have the same name as internal ones. based on a patch by Vladislav Naumov, vladislav.naumov **at** gmail **dot** com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19426 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/Makefile b/Gui/Makefile
index fc911362fa..3c20a87227 100644
--- a/Gui/Makefile
+++ b/Gui/Makefile
@@ -4,7 +4,7 @@ LIBNAME = libgui.a
INCDIR = -I. -I.. -I../loader -I./wm -I./skin
-CFLAGS = $(OPTFLAGS) $(INCDIR) -DDEBUG
+CFLAGS = $(INCDIR) $(OPTFLAGS) -DDEBUG
ifeq ($(TARGET_WIN32),yes)
SRCS = win32/dialogs.c \