diff arm/dsputil_init_arm.c @ 12475:9fef0a8ddd63 libavcodec

Move mm_support() from libavcodec to libavutil, make it a public function and rename it to av_get_cpu_flags().
author stefano
date Wed, 08 Sep 2010 15:07:14 +0000
parents a5ddb39627fd
children
line wrap: on
line diff
--- a/arm/dsputil_init_arm.c	Wed Sep 08 14:36:13 2010 +0000
+++ b/arm/dsputil_init_arm.c	Wed Sep 08 15:07:14 2010 +0000
@@ -73,11 +73,6 @@
     ff_add_pixels_clamped(block, dest, line_size);
 }
 
-int mm_support(void)
-{
-    return HAVE_IWMMXT * AV_CPU_FLAG_IWMMXT;
-}
-
 void dsputil_init_arm(DSPContext* c, AVCodecContext *avctx)
 {
     ff_put_pixels_clamped = c->put_pixels_clamped;