mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01: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:
parent
3241e6a208
commit
fe6034b159
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user