diff options
author | Måns Rullgård <mans@mansr.com> | 2009-10-04 13:13:12 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-10-04 13:13:12 +0000 |
commit | 55c0e1e6d2174d4da506fd2fe620159f171701df (patch) | |
tree | fb80bc2210f1305077361f4dadf405e82474c8a5 /libavcodec/arm/dsputil_arm.h | |
parent | 9abcc9a6f49876a4f66190ae3b1a67782b666283 (diff) | |
download | ffmpeg-55c0e1e6d2174d4da506fd2fe620159f171701df.tar.gz |
ARM: add ff_ prefix to lots of functions
Originally committed as revision 20167 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/arm/dsputil_arm.h')
-rw-r--r-- | libavcodec/arm/dsputil_arm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/arm/dsputil_arm.h b/libavcodec/arm/dsputil_arm.h index 18c46fca35..8234f27739 100644 --- a/libavcodec/arm/dsputil_arm.h +++ b/libavcodec/arm/dsputil_arm.h @@ -25,6 +25,6 @@ void ff_dsputil_init_armv5te(DSPContext* c, AVCodecContext *avctx); 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 |