diff options
author | Avuton Olrich <avuton@gmail.com> | 2010-04-17 03:31:03 -0700 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2010-04-21 07:10:15 -0700 |
commit | 9c4d4bd6b04570afc3a02c83f6ba4aa0c7d31d57 (patch) | |
tree | bbcdc5a724c864969a44f1fa92101084c0151cf0 /configure.ac | |
parent | a77fd83b1520bc41567bdda0702e5b2bf27c93e6 (diff) | |
download | mpd-9c4d4bd6b04570afc3a02c83f6ba4aa0c7d31d57.tar.gz mpd-9c4d4bd6b04570afc3a02c83f6ba4aa0c7d31d57.tar.xz mpd-9c4d4bd6b04570afc3a02c83f6ba4aa0c7d31d57.zip |
configure.ac: Move FAAD to Decoder Plugins, add header.
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 98d1baee6..bd801cb71 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 |