0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

add libvo to include list for lavc

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11901 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2004-01-31 23:00:00 +00:00
parent 3241e6a208
commit fe6034b159

2
configure vendored
View File

@ -5835,7 +5835,7 @@ RANLIB = $_ranlib
INSTALL = $_install INSTALL = $_install
# OPTFLAGS = -O4 $_profile $_debug $_march $_mcpu -pipe -fomit-frame-pointer -ffast-math # OPTFLAGS = -O4 $_profile $_debug $_march $_mcpu -pipe -fomit-frame-pointer -ffast-math
EXTRA_INC = $_inc_extra $_inc_gtk EXTRA_INC = $_inc_extra $_inc_gtk
OPTFLAGS = $CFLAGS \$(EXTRA_INC) OPTFLAGS = -I../libvo/ -I../../libvo $CFLAGS \$(EXTRA_INC)
STRIPBINARIES = $_stripbinaries STRIPBINARIES = $_stripbinaries
$_live_libs_def $_live_libs_def