Skip to content

vlc_fixups: only define TIME_UTC if it's not defined

Steve Lhomme requested to merge robUx4/vlc:android_time into master

On Android timespec_get() is supported on some API levels. But TIME_UTC is always defined.

Merge request reports