configure.ac: Move FAAD to Decoder Plugins, add header.
This commit is contained in:
parent
a77fd83b15
commit
9c4d4bd6b0
|
@ -993,8 +993,11 @@ if test x$enable_audiofile = xyes; then
|
||||||
AC_DEFINE(HAVE_AUDIOFILE, 1, [Define for audiofile support])
|
AC_DEFINE(HAVE_AUDIOFILE, 1, [Define for audiofile support])
|
||||||
fi
|
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_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$use_tremor = xyes; then
|
||||||
if test "x$tremor_libraries" != "x" ; then
|
if test "x$tremor_libraries" != "x" ; then
|
||||||
|
|
Loading…
Reference in New Issue