Commit 65410039 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Avcodec: avoid miscompilation with older libavutil version

parent 313e047e
......@@ -83,8 +83,10 @@ unsigned GetVlcDspMask( void )
#endif
#if defined ( __arm__)
#if LIBAVUTIL_VERSION_INT >= ((51<<16)+(29<<8)+0)
if( !vlc_CPU_ARM_NEON() )
mask |= AV_CPU_FLAG_NEON;
#endif
#endif
return mask;
......
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