From 4d58623130453489e7b7e185ee2ea82962d639dd Mon Sep 17 00:00:00 2001 From: ods15 Date: Sat, 3 Sep 2005 15:19:52 +0000 Subject: 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 --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.3