From 19922e10d58c447d79923d62d88617c417f74ae9 Mon Sep 17 00:00:00 2001 From: bossiel Date: Wed, 19 Feb 2014 16:28:07 +0000 Subject: [PATCH] Fix issue at https://groups.google.com/forum/#!topic/doubango/r7CPQ8h2ihE --- branches/2.0/doubango/configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/branches/2.0/doubango/configure.ac b/branches/2.0/doubango/configure.ac index 00c75fe8..cf3c2895 100755 --- a/branches/2.0/doubango/configure.ac +++ b/branches/2.0/doubango/configure.ac @@ -273,7 +273,6 @@ AC_ARG_WITH(ffmpeg, ) # only if --without-opus not used if test $want_ffmpeg != no; then - have_ffmpeg=yes have_avutil=check 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])