summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/decoders.m44
1 files changed, 1 insertions, 3 deletions
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'