1
0
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:
diego 2007-04-26 12:30:34 +00:00
parent a5acf070f7
commit 289e159b9e

2
configure vendored
View File

@ -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