diff options
author | Max Kellermann <max@duempel.org> | 2008-11-03 17:35:06 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-11-03 17:35:06 +0100 |
commit | dda8fc4f6b46fb1447366014b13a23329ca2d146 (patch) | |
tree | 53e5c0f36a8324dc95b7fa86f71d7e0d0ebe737c | |
parent | f70dccdce10f599be288431da166b5b09a53135c (diff) | |
download | mpd-dda8fc4f6b46fb1447366014b13a23329ca2d146.tar.gz mpd-dda8fc4f6b46fb1447366014b13a23329ca2d146.tar.xz mpd-dda8fc4f6b46fb1447366014b13a23329ca2d146.zip |
configure.ac: AC_SUBST(MP4FF_LIBS)
The AC_SUBST() call was missing in the previous patch.
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
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]) |