diff options
author | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-01-31 23:00:00 +0000 |
---|---|---|
committer | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-01-31 23:00:00 +0000 |
commit | fe6034b159fe25e5a882d9b53dcfb2d1fa65eed2 (patch) | |
tree | a807e044efaea42fcb1474b00fd7bf963de308a5 | |
parent | 3241e6a208ae58c1a0f10b25cd12c0067e94ce2c (diff) |
add libvo to include list for lavc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11901 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |