Commit 3193a5cd authored by Michael Niedermayer's avatar Michael Niedermayer

arm: put prefetch under matching #ifdef as the actual code

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 1374b5e1
...@@ -38,5 +38,7 @@ av_cold void ff_dsputil_init_armv5te(DSPContext *c, AVCodecContext *avctx) ...@@ -38,5 +38,7 @@ av_cold void ff_dsputil_init_armv5te(DSPContext *c, AVCodecContext *avctx)
c->idct_permutation_type = FF_NO_IDCT_PERM; c->idct_permutation_type = FF_NO_IDCT_PERM;
} }
#if HAVE_ARMV5TE_EXTERNAL
c->prefetch = ff_prefetch_arm; c->prefetch = ff_prefetch_arm;
#endif
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment