diff msmpeg4.c @ 2639:e2780f828440 libavcodec

put most codecs under ifdefs
author michael
date Mon, 02 May 2005 22:14:42 +0000
parents ef44d24680d1
children 40765c51a7a9
line wrap: on
line diff
--- a/msmpeg4.c	Mon May 02 19:26:18 2005 +0000
+++ b/msmpeg4.c	Mon May 02 22:14:42 2005 +0000
@@ -177,10 +177,12 @@
         s->y_dc_scale_table= wmv1_y_dc_scale_table;
         s->c_dc_scale_table= wmv1_c_dc_scale_table;
         break;
+#if defined(CONFIG_WMV3_DECODER)||defined(CONFIG_VC9_DECODER)
     case 6:
         s->y_dc_scale_table= wmv3_dc_scale_table;
         s->c_dc_scale_table= wmv3_dc_scale_table;
         break;
+#endif
 
     }