diff options
author | Martin Storsjö <martin@martin.st> | 2013-08-15 15:40:32 -0400 |
---|---|---|
committer | Justin Ruggles <justinr@vimeo.com> | 2013-08-20 14:27:27 -0400 |
commit | 4f2b469da5e4ae221718ae479f6af627cfdebb91 (patch) | |
tree | f27a01b9b39cb0b45d565e49de75a2266af3d8b5 /libavcodec/Makefile | |
parent | 545a0b807cf45b2bbc4c9087a297b741ce00f508 (diff) | |
download | ffmpeg-4f2b469da5e4ae221718ae479f6af627cfdebb91.tar.gz |
Add a libfdk-aac decoder
This can be useful for decoding AAC object types that are not supported
by the native AAC decoder, e.g. AAC-LD and AAC-ELD.
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 318ed7db2a..abf0a38cb5 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -571,6 +571,7 @@ OBJS-$(CONFIG_WTV_DEMUXER) += mpeg4audio.o mpegaudiodata.o # external codec libraries OBJS-$(CONFIG_LIBFAAC_ENCODER) += libfaac.o +OBJS-$(CONFIG_LIBFDK_AAC_DECODER) += libfdk-aacdec.o OBJS-$(CONFIG_LIBFDK_AAC_ENCODER) += libfdk-aacenc.o OBJS-$(CONFIG_LIBGSM_DECODER) += libgsm.o OBJS-$(CONFIG_LIBGSM_ENCODER) += libgsm.o |