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
This commit is contained in:
Måns Rullgård
2006-11-13 22:09:31 +00:00
parent 3841a6aa7a
commit af63114e0d
3 changed files with 5 additions and 5 deletions

View File

@ -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