comparison msmpeg4.c @ 8596:68e959302527 libavcodec

replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ and remove all ENABLE_ definitions.
author aurel
date Wed, 14 Jan 2009 17:19:17 +0000
parents 7a463923ecd1
children 04423b2f6e0b
comparison
equal deleted inserted replaced
8595:2f476018b4ac 8596:68e959302527
1140 case 3: 1140 case 3:
1141 case 4: 1141 case 4:
1142 s->decode_mb= msmpeg4v34_decode_mb; 1142 s->decode_mb= msmpeg4v34_decode_mb;
1143 break; 1143 break;
1144 case 5: 1144 case 5:
1145 if (ENABLE_WMV2_DECODER) 1145 if (CONFIG_WMV2_DECODER)
1146 s->decode_mb= ff_wmv2_decode_mb; 1146 s->decode_mb= ff_wmv2_decode_mb;
1147 case 6: 1147 case 6:
1148 //FIXME + TODO VC1 decode mb 1148 //FIXME + TODO VC1 decode mb
1149 break; 1149 break;
1150 } 1150 }