summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-01-06 23:33:43 +0000
committerDiego Biurrun <diego@biurrun.de>2007-01-06 23:33:43 +0000
commitf8904fd959c01fe0798ce587e216bd1fe057a8e7 (patch)
tree0d8f818d6a886ed95986b51f6fb75887e76efe25 /libavcodec/allcodecs.c
parentbfd5afd84404f0e8473653791af273ced7e9ee8e (diff)
Rename variables: a52 --> liba52, a52bin --> liba52bin
Originally committed as revision 7414 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index c5831d2a2a..cf1863139c 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -164,7 +164,7 @@ void avcodec_register_all(void)
REGISTER_DECODER(AAC, aac);
REGISTER_DECODER(MPEG4AAC, mpeg4aac);
#endif
-#ifdef CONFIG_A52
+#ifdef CONFIG_LIBA52
REGISTER_DECODER(AC3, ac3);
#endif
REGISTER_ENCODER(AC3, ac3);