Mercurial > libavcodec.hg
diff arm/dsputil_arm.h @ 10363:08573f5f587d libavcodec
ARM: add ff_ prefix to lots of functions
| author | mru |
|---|---|
| date | Sun, 04 Oct 2009 13:13:12 +0000 |
| parents | b72bb442a775 |
| children | 7030ce3879d8 |
line wrap: on
line diff
--- a/arm/dsputil_arm.h Sun Oct 04 13:13:08 2009 +0000 +++ b/arm/dsputil_arm.h Sun Oct 04 13:13:12 2009 +0000 @@ -25,6 +25,6 @@ void ff_dsputil_init_armv6(DSPContext* c, AVCodecContext *avctx); void ff_dsputil_init_vfp(DSPContext* c, AVCodecContext *avctx); void ff_dsputil_init_neon(DSPContext *c, AVCodecContext *avctx); -void dsputil_init_iwmmxt(DSPContext* c, AVCodecContext *avctx); +void ff_dsputil_init_iwmmxt(DSPContext* c, AVCodecContext *avctx); #endif
