summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-19 22:06:42 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-19 22:06:42 +0000
commit66d4aa1fd71ab1ab2f388efb8e5df095f8e3f54f (patch)
tree6bcc13bd532d65cd28bf0e53695cb1a0c78e61a5 /Gui
parent6538f341a1f73e28bb9744c80a1b8fc676baf2bd (diff)
downloadmpv-66d4aa1fd71ab1ab2f388efb8e5df095f8e3f54f.tar.bz2
mpv-66d4aa1fd71ab1ab2f388efb8e5df095f8e3f54f.tar.xz
patch by D J Hawkey Jr <hawkeyd@visi.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3013 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/mplayer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/mplayer/Makefile b/Gui/mplayer/Makefile
index bc7b245c99..151601e7fb 100644
--- a/Gui/mplayer/Makefile
+++ b/Gui/mplayer/Makefile
@@ -7,7 +7,7 @@ include ../gui.mak
LIB = mplayer
-INCDIR = -I. -I../event -I../wm -I../skin $(GTKINC)
+INCDIR = -I. -I../event -I../wm -I../skin $(GTKINC) $(EXTRA_INC)
OPTIMIZE = $(OPTFLAGS) -fomit-frame-pointer \
-fexpensive-optimizations -fschedule-insns2 -Wall