aboutsummaryrefslogtreecommitdiff
path: root/m4/faad.m4
Commit message (Collapse)AuthorAge
* decoder/faad: use the newer NeAAC* APIMax Kellermann2013-01-29
| | | | Drop support for the old faacDec* API.
* faad.m4: clear FAAD_LIBS if faad got auto-disabledMax Kellermann2013-01-29
| | | | | Fixes build errors on systems without libfaad, when --disable-aac was not specified.
* faad.m4: don't add -I. to temporary CFLAGSMax Kellermann2013-01-29
|
* faad.m4: remove faad --with-* optionsMax Kellermann2013-01-29
| | | | | | Some of these are not implemented properly and never worked. And the others are not useful; you can easily set environment variables instead.
* decoder/mp4ff: delete obsolete pluginMax Kellermann2013-01-28
| | | | The underlying library has been obsolete for many years.
* configure.ac: use $LIBS instead of $MPD_LIBSMax Kellermann2011-10-09
|
* configure.ac: substitute FAAD_CFLAGS, FAAD_LIBSMax Kellermann2011-10-09
| | | | Don't use MPC_CFLAGS, MPD_LIBS.
* configure.ac: use AC_LANG_SOURCEMax Kellermann2011-01-07
| | | | Fixes autotools warnings.
* configure.ac: use $FAAD_LIBS in libmp4ff checkMax Kellermann2009-05-26
| | | | | Append $FAAD_LIBS to $LIBS when detecting libmp4ff. $FAAD_LIBS may contain an important -L flag.
* configure: Fix where mp4 was not explicitly disabled.Avuton Olrich2009-04-29
|
* configure: Move the faad stuff to m4/faad.m4Avuton Olrich2009-03-06