summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-03 15:19:52 +0000
committerods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-03 15:19:52 +0000
commit4d58623130453489e7b7e185ee2ea82962d639dd (patch)
tree722024c4e73110181591f84e9cf0d6943faeea7c /configure
parent2a57b62b04a64cbd1eb671aff43319f1e8bcc14b (diff)
downloadmpv-4d58623130453489e7b7e185ee2ea82962d639dd.tar.bz2
mpv-4d58623130453489e7b7e185ee2ea82962d639dd.tar.xz
Remove many annoying GTK includes in every compile line and remove GTK
stuff from mp_msg by using a wrapper function. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16375 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 4f5afa6b66..ea8a9b7fcd 100755
--- a/configure
+++ b/configure
@@ -6952,7 +6952,7 @@ AWK = $_awk
RANLIB = $_ranlib
INSTALL = $_install
# OPTFLAGS = -O4 $_profile $_debug $_march $_mcpu $_pipe -fomit-frame-pointer -ffast-math
-EXTRA_INC = $_inc_extra $_inc_gtk
+EXTRA_INC = $_inc_extra
OPTFLAGS = -I../libvo -I../../libvo $_inc_x11 $CFLAGS \$(EXTRA_INC)
STRIPBINARIES = $_stripbinaries
CHARSET = $_charset
@@ -7129,6 +7129,7 @@ TARGET_ALTIVEC = $_altivec
TARGET_VIS = $_vis
# --- GUI stuff ---
+GTKINC = $_inc_gtk
GTKLIB = $_ld_static $_ld_gtk
GLIBLIB = $_ld_static $_ld_glib
GTK_LIBS = $_ld_static $_ld_gui