summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-30 17:07:49 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-30 17:07:49 +0000
commit33790e6770763f24e69f7185a3f022de7dec9514 (patch)
treeee7c1531c68c251330a187601b2794bf6b53f217 /configure
parent0af4151b05184e1da37abdfc88204a322339ff8a (diff)
downloadmpv-33790e6770763f24e69f7185a3f022de7dec9514.tar.bz2
mpv-33790e6770763f24e69f7185a3f022de7dec9514.tar.xz
add X11 headers to OPTFLAGS patch by Steven M. Schultz <sms at 2BSD.COM>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12360 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 911f06ce4b..76d833433b 100755
--- a/configure
+++ b/configure
@@ -5934,7 +5934,7 @@ RANLIB = $_ranlib
INSTALL = $_install
# OPTFLAGS = -O4 $_profile $_debug $_march $_mcpu -pipe -fomit-frame-pointer -ffast-math
EXTRA_INC = $_inc_extra $_inc_gtk
-OPTFLAGS = -I../libvo/ -I../../libvo $CFLAGS \$(EXTRA_INC)
+OPTFLAGS = -I../libvo/ -I../../libvo $_inc_x11 $CFLAGS \$(EXTRA_INC)
STRIPBINARIES = $_stripbinaries
$_live_libs_def