From bc0e77e9e73b2bf687a690ef644e8a509c3c9e32 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 27 Apr 2008 19:32:57 +0100 Subject: Fix internal libmad compilation in the absence of external libmad. --- m4/decoders.m4 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'm4') diff --git a/m4/decoders.m4 b/m4/decoders.m4 index 95f7aab7e..08aa9e8e7 100644 --- a/m4/decoders.m4 +++ b/m4/decoders.m4 @@ -258,7 +258,7 @@ use internal ffmpeg. else AC_MSG_RESULT([Using included libmad support]) fi - if test x"$have_external_libmad" != x"no"; then + if test x"$have_external_libmad" != x"yes"; then case "$host_or_hostalias" in i?86-* | k?-* | athlon-* | pentium*-) AC_DEFINE([FPM_INTEL], 1, [Define to select libmad fixed point arithmetic implementation]) @@ -291,8 +291,6 @@ use internal ffmpeg. AC_DEFINE([FPM_DEFAULT], 1, [Define to select libmad fixed point arithmetic implementation]) ;; esac - fi - if test x"$have_external_libmad" != x"yes"; then LIBMAD_CFLAGS='-I$(top_srcdir)/contrib/libmad' LIBMAD_LIBS='$(top_builddir)/contrib/libmad/libmad.la' LIBMAD_DEPS='$(top_builddir)/contrib/libmad/libmad.la' -- cgit v1.2.3