diff allcodecs.c @ 7632:ac583bd8f8b3 libavcodec

Last hunk of the AAC decoder code to be OKed and build system and documentation alterations as appropriate
author superdump
date Thu, 21 Aug 2008 07:21:26 +0000
parents 0753d03d232a
children 152573e499c9
line wrap: on
line diff
--- a/allcodecs.c	Wed Aug 20 23:11:26 2008 +0000
+++ b/allcodecs.c	Thu Aug 21 07:21:26 2008 +0000
@@ -181,6 +181,7 @@
     REGISTER_ENCDEC  (ZMBV, zmbv);
 
     /* audio codecs */
+    REGISTER_DECODER (AAC, aac);
     REGISTER_ENCDEC  (AC3, ac3);
     REGISTER_ENCDEC  (ALAC, alac);
     REGISTER_DECODER (APE, ape);