mirror of
https://github.com/mpv-player/mpv
synced 2024-12-15 03:15:52 +00:00
Fix typo in _libavcodec vs _libavcodec_a variable name.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23127 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a5acf070f7
commit
289e159b9e
2
configure
vendored
2
configure
vendored
@ -6185,7 +6185,7 @@ echores "$_libavutil"
|
||||
echocheck "FFmpeg libavcodec"
|
||||
if test "$_libavcodec_a" = auto ; then
|
||||
# Note: static linking is preferred to dynamic linking
|
||||
_libavcodec=no
|
||||
_libavcodec_a=no
|
||||
if test -d libavcodec && test -f libavcodec/utils.c ; then
|
||||
_res_comment="old ffmpeg version, use CVS !"
|
||||
if grep avcodec_find_encoder_by_name libavcodec/utils.c > /dev/null 2>&1 ; then
|
||||
|
Loading…
Reference in New Issue
Block a user