Commit 0405bf40 authored by Rafaël Carré's avatar Rafaël Carré

avutil: Remove (broken) CPU detection on android

libavutil does what we do already
parent ab870c51
......@@ -81,10 +81,6 @@ static inline void vlc_init_avutil(vlc_object_t *obj)
av_log_set_level(level);
# if defined (__arm__) && defined (__ANDROID__)
if (!vlc_CPU_ARM_NEON())
av_set_cpu_flags(AV_CPU_FLAG_NEON);
# endif
msg_Dbg(obj, "CPU flags: 0x%08x", av_get_cpu_flags());
}
#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