summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-06-28 16:46:24 +0300
committerMartin Storsjö <martin@martin.st>2012-07-12 11:01:10 +0300
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);