From 9c4d4bd6b04570afc3a02c83f6ba4aa0c7d31d57 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sat, 17 Apr 2010 03:31:03 -0700 Subject: [PATCH] configure.ac: Move FAAD to Decoder Plugins, add header. --- configure.ac | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 98d1baee..bd801cb7 100644 --- a/configure.ac +++ b/configure.ac @@ -993,8 +993,11 @@ if test x$enable_audiofile = xyes; then AC_DEFINE(HAVE_AUDIOFILE, 1, [Define for audiofile support]) fi +dnl ----------------------------------- FAAD ---------------------------------- +AM_PATH_FAAD() - +AM_CONDITIONAL(HAVE_FAAD, test x$enable_aac = xyes) +AM_CONDITIONAL(HAVE_MP4, test x$enable_mp4 = xyes) @@ -1065,11 +1068,7 @@ fi AM_CONDITIONAL(HAVE_MPCDEC, test x$enable_mpc = xyes) -AM_PATH_FAAD() - -AM_CONDITIONAL(HAVE_FAAD, test x$enable_aac = xyes) -AM_CONDITIONAL(HAVE_MP4, test x$enable_mp4 = xyes) if test x$use_tremor = xyes; then if test "x$tremor_libraries" != "x" ; then -- 2.11.4.GIT