From dda8fc4f6b46fb1447366014b13a23329ca2d146 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 3 Nov 2008 17:35:06 +0100 Subject: configure.ac: AC_SUBST(MP4FF_LIBS) The AC_SUBST() call was missing in the previous patch. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6a7940001..41510b89f 100644 --- a/configure.ac +++ b/configure.ac @@ -642,6 +642,7 @@ if test x$enable_aac = xyes; then fi if test x$enable_mp4 = xyes; then + AC_SUBST(MP4FF_LIBS) 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]) -- cgit v1.2.3