Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-06-28 17:46:24 +0400
committerMartin Storsjö <martin@martin.st>2012-07-12 12:01:10 +0400
commit37eeb5e273cdea19a7c9979e0d032dbc0868df88 (patch)
treee7ac3d30bcbe75b7a5fe90e6d8d43dd056f434ca /libavcodec/allcodecs.c
parent372597e5381c097455a7b73849254d56083eb056 (diff)
Support AAC encoding via the external library fdk-aac
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 068f191b0b..bd48728ace 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -380,6 +380,7 @@ void avcodec_register_all(void)
/* external libraries */
REGISTER_ENCODER (LIBFAAC, libfaac);
+ REGISTER_ENCODER (LIBFDK_AAC, libfdk_aac);
REGISTER_ENCDEC (LIBGSM, libgsm);
REGISTER_ENCDEC (LIBGSM_MS, libgsm_ms);
REGISTER_ENCDEC (LIBILBC, libilbc);