Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decoder/faad: use the newer NeAAC* API | Max Kellermann | 2013-01-29 | 1 | -53/+12 |
| | | | | Drop support for the old faacDec* API. | ||||
* | faad.m4: clear FAAD_LIBS if faad got auto-disabled | Max Kellermann | 2013-01-29 | 1 | -0/+3 |
| | | | | | Fixes build errors on systems without libfaad, when --disable-aac was not specified. | ||||
* | faad.m4: don't add -I. to temporary CFLAGS | Max Kellermann | 2013-01-29 | 1 | -1/+1 |
| | |||||
* | faad.m4: remove faad --with-* options | Max Kellermann | 2013-01-29 | 1 | -26/+2 |
| | | | | | | 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 plugin | Max Kellermann | 2013-01-28 | 1 | -34/+0 |
| | | | | The underlying library has been obsolete for many years. | ||||
* | configure.ac: use $LIBS instead of $MPD_LIBS | Max Kellermann | 2011-10-09 | 1 | -4/+4 |
| | |||||
* | configure.ac: substitute FAAD_CFLAGS, FAAD_LIBS | Max Kellermann | 2011-10-09 | 1 | -2/+8 |
| | | | | Don't use MPC_CFLAGS, MPD_LIBS. | ||||
* | configure.ac: use AC_LANG_SOURCE | Max Kellermann | 2011-01-07 | 1 | -6/+6 |
| | | | | Fixes autotools warnings. | ||||
* | configure.ac: use $FAAD_LIBS in libmp4ff check | Max Kellermann | 2009-05-26 | 1 | -1/+1 |
| | | | | | 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 Olrich | 2009-04-29 | 1 | -1/+3 |
| | |||||
* | configure: Move the faad stuff to m4/faad.m4 | Avuton Olrich | 2009-03-06 | 1 | -0/+190 |