diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-30 04:03:27 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-30 04:03:27 +0000 |
commit | 333ef21d5c3c64af50438b590df78911f109aa70 (patch) | |
tree | f9aae2b5aa41786c02a263e391055180d908157a /configure | |
parent | 9534c8bb3e00f3c67f1f16d3b8177bbb4a214db1 (diff) |
more recent libavcodec check
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3889 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2331,8 +2331,8 @@ echocheck "FFmpeg libavcodec (static)" if test "$_libavcodec" = auto ; then # Note: static linking is preferred to dynamic linking _libavcodec=no - if test -d libavcodec && test -f libavcodec/avcodec.h ; then - if grep MBC libavcodec/avcodec.h > /dev/null 2>&1 ; then + if test -d libavcodec && test -f libavcodec/utils.c ; then + if grep avcodec_find_encoder_by_name libavcodec/utils.c > /dev/null 2>&1 ; then _libavcodec=yes echores "yes" else |