mirror of
https://github.com/mpv-player/mpv
synced 2024-12-13 18:36:09 +00:00
1000l bug fix: The CONFIG_LIBAVUTIL variable needs to be passed the value
of the libavutil test, not some random temporary variable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16501 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
bcc7a8466a
commit
00f59bd9ae
2
configure
vendored
2
configure
vendored
@ -7025,7 +7025,7 @@ DS_DEP = $_dep_dshow
|
||||
DS_LIB = $_ld_dshow
|
||||
AV_DEP = $_dep_libavutil $_dep_libavcodec $_dep_libavformat
|
||||
AV_LIB = $_ld_libavformat $_ld_libavcodec $_ld_libavutil
|
||||
CONFIG_LIBAVUTIL = $_libavutil_required
|
||||
CONFIG_LIBAVUTIL = $_libavutil
|
||||
CONFIG_LIBAVCODEC = $_libavcodec
|
||||
CONFIG_LIBAVCODECSO = $_libavcodecso
|
||||
CONFIG_LIBAVFORMAT = $_libavformat
|
||||
|
Loading…
Reference in New Issue
Block a user