Commit 997fc467 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

avutil: put the CPU flags in the VLC debug log

parent cac55911
...@@ -86,7 +86,7 @@ static inline void vlc_init_avutil(vlc_object_t *obj) ...@@ -86,7 +86,7 @@ static inline void vlc_init_avutil(vlc_object_t *obj)
#if LIBAVUTIL_VERSION_CHECK(51, 25, 0, 42, 100) #if LIBAVUTIL_VERSION_CHECK(51, 25, 0, 42, 100)
av_set_cpu_flags_mask( INT_MAX & ~GetVlcDspMask() ); av_set_cpu_flags_mask( INT_MAX & ~GetVlcDspMask() );
#endif #endif
av_get_cpu_flags(); msg_Dbg(obj, "CPU flags: 0x%08x", av_get_cpu_flags());
} }
#endif #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