diff options
author | Måns Rullgård <mans@mansr.com> | 2006-11-13 22:09:31 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-11-13 22:09:31 +0000 |
commit | af63114e0d14c2d71768acbc3bb241907d895478 (patch) | |
tree | c249ae6009ad202075fc9cde380c63389eea165f /libavcodec/allcodecs.c | |
parent | 3841a6aa7adf441dffd9837b6d1982f57bba55c5 (diff) | |
download | ffmpeg-af63114e0d14c2d71768acbc3bb241907d895478.tar.gz |
rename CONFIG_AC3 to CONFIG_A52
it's more consistent and Dolby never liked people "infringing" their TM
Originally committed as revision 7014 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r-- | libavcodec/allcodecs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c index 4e6215a55f..ac68a8f0fd 100644 --- a/libavcodec/allcodecs.c +++ b/libavcodec/allcodecs.c @@ -469,7 +469,7 @@ void avcodec_register_all(void) #ifdef CONFIG_SONIC_DECODER register_avcodec(&sonic_decoder); #endif //CONFIG_SONIC_DECODER -#ifdef CONFIG_AC3 +#ifdef CONFIG_A52 #ifdef CONFIG_AC3_DECODER register_avcodec(&ac3_decoder); #endif //CONFIG_AC3_DECODER |