summaryrefslogtreecommitdiffstats
path: root/Gui/Makefile
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-01 11:28:18 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-01 11:28:18 +0000
commitacc08a36ec38f27179a4b998eadbd1ac3d86e74e (patch)
treeddd467a446190106d831b927d63def9e1c916ae5 /Gui/Makefile
parent30c502e5ce09bacd892e9d4da25eb8f6ff277f3e (diff)
downloadmpv-acc08a36ec38f27179a4b998eadbd1ac3d86e74e.tar.bz2
mpv-acc08a36ec38f27179a4b998eadbd1ac3d86e74e.tar.xz
rewrite eq interface and add *.rm to fs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7218 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/Makefile')
-rw-r--r--Gui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/Makefile b/Gui/Makefile
index 942e041263..e894e48ad9 100644
--- a/Gui/Makefile
+++ b/Gui/Makefile
@@ -4,7 +4,7 @@ LIB = libgui.a
include ../config.mak
include config.mak
-INCDIR = -I. -I./event -I./wm -I./skin $(GTKINC) $(EXTRA_INC) $(FREETYPE_INC)
+INCDIR = -I. -I../loader -I./wm -I./skin $(GTKINC) $(EXTRA_INC) $(FREETYPE_INC)
OPTIMIZE = $(OPTFLAGS) -fomit-frame-pointer \
-fexpensive-optimizations -fschedule-insns2 -Wall