diff options
author | Martin Storsjö <martin@martin.st> | 2012-06-28 16:46:24 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-07-12 11:01:10 +0300 |
commit | 37eeb5e273cdea19a7c9979e0d032dbc0868df88 (patch) | |
tree | e7ac3d30bcbe75b7a5fe90e6d8d43dd056f434ca /libavcodec/Makefile | |
parent | 372597e5381c097455a7b73849254d56083eb056 (diff) | |
download | ffmpeg-37eeb5e273cdea19a7c9979e0d032dbc0868df88.tar.gz |
Support AAC encoding via the external library fdk-aac
Signed-off-by: Martin Storsjö <martin@martin.st>
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 ac97d34058..8d38ca24b7 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -595,6 +595,7 @@ OBJS-$(CONFIG_WTV_DEMUXER) += mpeg4audio.o mpegaudiodata.o # external codec libraries OBJS-$(CONFIG_LIBFAAC_ENCODER) += libfaac.o audio_frame_queue.o +OBJS-$(CONFIG_LIBFDK_AAC_ENCODER) += libfdk-aacenc.o audio_frame_queue.o OBJS-$(CONFIG_LIBGSM_DECODER) += libgsm.o OBJS-$(CONFIG_LIBGSM_ENCODER) += libgsm.o OBJS-$(CONFIG_LIBGSM_MS_DECODER) += libgsm.o |