Skip to content
Snippets Groups Projects
Commit 997fc467 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

avutil: put the CPU flags in the VLC debug log

parent cac55911
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ static inline void vlc_init_avutil(vlc_object_t *obj)
#if LIBAVUTIL_VERSION_CHECK(51, 25, 0, 42, 100)
av_set_cpu_flags_mask( INT_MAX & ~GetVlcDspMask() );
#endif
av_get_cpu_flags();
msg_Dbg(obj, "CPU flags: 0x%08x", av_get_cpu_flags());
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment