diff arm/dsputil_iwmmxt.c @ 10363:08573f5f587d libavcodec

ARM: add ff_ prefix to lots of functions
author mru
date Sun, 04 Oct 2009 13:13:12 +0000
parents 9281a8a9387a
children 3fc4c625b6f3
line wrap: on
line diff
--- a/arm/dsputil_iwmmxt.c	Sun Oct 04 13:13:08 2009 +0000
+++ b/arm/dsputil_iwmmxt.c	Sun Oct 04 13:13:12 2009 +0000
@@ -152,7 +152,7 @@
  */
 int mm_flags = FF_MM_IWMMXT; /* multimedia extension flags */
 
-void dsputil_init_iwmmxt(DSPContext* c, AVCodecContext *avctx)
+void ff_dsputil_init_iwmmxt(DSPContext* c, AVCodecContext *avctx)
 {
     if (avctx->dsp_mask) {
         if (avctx->dsp_mask & FF_MM_FORCE)