1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 08:37:59 +00:00

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
This commit is contained in:
faust3 2004-04-30 17:07:49 +00:00
parent 0af4151b05
commit 33790e6770

2
configure vendored
View File

@ -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