summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-10 13:12:53 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-10 13:12:53 +0000
commitb39016d60f420d5b69850c603ad5f64eacb27a52 (patch)
treecbf674f1ef412f4fc084c7df8d74944072628d16 /Gui
parent58399f4b704930f7011951a6dd135e2e7165195a (diff)
downloadmpv-b39016d60f420d5b69850c603ad5f64eacb27a52.tar.bz2
mpv-b39016d60f420d5b69850c603ad5f64eacb27a52.tar.xz
fixed order of includes.
there is /usr/local/include[/freetype/freetype.h] and /usr/local/include/freetype2[/freetype/freetype.h] ... what a mess! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8137 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 6cfef35ad7..2115c30f2e 100644
--- a/Gui/Makefile
+++ b/Gui/Makefile
@@ -4,7 +4,7 @@ LIB = libgui.a
include ../config.mak
include config.mak
-INCDIR = -I. -I../loader -I./wm -I./skin $(GTKINC) $(EXTRA_INC) $(FREETYPE_INC)
+INCDIR = -I. -I../loader -I./wm -I./skin $(FREETYPE_INC) $(GTKINC) $(EXTRA_INC)
OPTIMIZE = $(OPTFLAGS) -fomit-frame-pointer \
-fexpensive-optimizations -fschedule-insns2 -Wall