mirror of
https://github.com/mpv-player/mpv
synced 2024-12-23 23:32:26 +00:00
Fix libav* linking order, libavutil needs to come after lavc/lavf.
patch by Brendan McCarthy < bmccarthy %%@%% iinet %%.%% net %%.%% au > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17467 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ca2d117189
commit
81434e62c5
4
configure
vendored
4
configure
vendored
@ -7253,8 +7253,8 @@ W32_DEP = $_dep_win32
|
||||
W32_LIB = $_ld_win32
|
||||
DS_DEP = $_dep_dshow
|
||||
DS_LIB = $_ld_dshow
|
||||
AV_DEP = $_dep_libavutil $_dep_libavcodec $_dep_libavformat
|
||||
AV_LIB = $_ld_libavutil $_ld_libavcodec $_ld_libavformat $_ld_libpostproc
|
||||
AV_DEP = $_dep_libavcodec $_dep_libavformat $_dep_libavutil
|
||||
AV_LIB = $_ld_libavcodec $_ld_libavformat $_ld_libavutil $_ld_libpostproc
|
||||
CONFIG_LIBAVUTIL = $_libavutil
|
||||
CONFIG_LIBAVCODEC = $_libavcodec
|
||||
CONFIG_LIBAVCODEC_SO = $_libavcodec_so
|
||||
|
Loading…
Reference in New Issue
Block a user