bossiel 2014-02-19 16:28:07 +00:00
parent 70f4e36fd3
commit 19922e10d5
1 changed files with 0 additions and 1 deletions

View File

@ -273,7 +273,6 @@ AC_ARG_WITH(ffmpeg,
) )
# only if --without-opus not used # only if --without-opus not used
if test $want_ffmpeg != no; then if test $want_ffmpeg != no; then
have_ffmpeg=yes
have_avutil=check have_avutil=check
AC_CHECK_HEADERS(libavutil/avutil.h, AC_CHECK_HEADERS(libavutil/avutil.h,
AC_CHECK_LIB(avutil, av_gettime, [have_avutil=yes] LIBFFMPEG_LIBADD="${LIBFFMPEG_LIBADD} -lavutil", [have_avutil=no] [have_ffmpeg=no]) AC_CHECK_LIB(avutil, av_gettime, [have_avutil=yes] LIBFFMPEG_LIBADD="${LIBFFMPEG_LIBADD} -lavutil", [have_avutil=no] [have_ffmpeg=no])