summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-31 23:00:00 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-31 23:00:00 +0000
commitfe6034b159fe25e5a882d9b53dcfb2d1fa65eed2 (patch)
treea807e044efaea42fcb1474b00fd7bf963de308a5 /configure
parent3241e6a208ae58c1a0f10b25cd12c0067e94ce2c (diff)
downloadmpv-fe6034b159fe25e5a882d9b53dcfb2d1fa65eed2.tar.bz2
mpv-fe6034b159fe25e5a882d9b53dcfb2d1fa65eed2.tar.xz
add libvo to include list for lavc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11901 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 9c050bc43e..780499f1b3 100755
--- a/configure
+++ b/configure
@@ -5835,7 +5835,7 @@ RANLIB = $_ranlib
INSTALL = $_install
# OPTFLAGS = -O4 $_profile $_debug $_march $_mcpu -pipe -fomit-frame-pointer -ffast-math
EXTRA_INC = $_inc_extra $_inc_gtk
-OPTFLAGS = $CFLAGS \$(EXTRA_INC)
+OPTFLAGS = -I../libvo/ -I../../libvo $CFLAGS \$(EXTRA_INC)
STRIPBINARIES = $_stripbinaries
$_live_libs_def