diff 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
line wrap: on
line diff
--- a/allcodecs.c	Mon Nov 13 11:39:28 2006 +0000
+++ b/allcodecs.c	Mon Nov 13 22:09:31 2006 +0000
@@ -469,7 +469,7 @@
 #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