From 792711bddd3519c0e869e1853d1123861d928aa7 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 4 Nov 2008 07:46:47 +0100 Subject: configure.ac: unset MP4FF_LIBS when MP4 support is disabled Although there is no AC_SUBST when $enable_mp4=no, autoconf substitutes its value in Makefile.am. Clear it in this case. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 3fab393de..2e1632e74 100644 --- a/configure.ac +++ b/configure.ac @@ -646,6 +646,7 @@ if test x$enable_aac = xyes; then AC_DEFINE(HAVE_MP4, 1, [Define to use FAAD2+mp4ff for MP4 decoding]) else AC_MSG_WARN([libmp4ff needed for MP4 support -- disabling MP4 support]) + unset MP4FF_LIBS fi CFLAGS=$oldcflags -- cgit v1.2.3