comparison allcodecs.c @ 4194:6a1e9e3a7303 libavcodec

rename CONFIG_AC3 to CONFIG_A52 it's more consistent and Dolby never liked people "infringing" their TM
author mru
date Mon, 13 Nov 2006 22:09:31 +0000
parents eced83504436
children ed5c8287d756
comparison
equal deleted inserted replaced
4193:cdefe220b007 4194:6a1e9e3a7303
467 register_avcodec(&smackaud_decoder); 467 register_avcodec(&smackaud_decoder);
468 #endif //CONFIG_SMACKAUD_DECODER 468 #endif //CONFIG_SMACKAUD_DECODER
469 #ifdef CONFIG_SONIC_DECODER 469 #ifdef CONFIG_SONIC_DECODER
470 register_avcodec(&sonic_decoder); 470 register_avcodec(&sonic_decoder);
471 #endif //CONFIG_SONIC_DECODER 471 #endif //CONFIG_SONIC_DECODER
472 #ifdef CONFIG_AC3 472 #ifdef CONFIG_A52
473 #ifdef CONFIG_AC3_DECODER 473 #ifdef CONFIG_AC3_DECODER
474 register_avcodec(&ac3_decoder); 474 register_avcodec(&ac3_decoder);
475 #endif //CONFIG_AC3_DECODER 475 #endif //CONFIG_AC3_DECODER
476 #endif 476 #endif
477 #ifdef CONFIG_DTS 477 #ifdef CONFIG_DTS