openh264: Don't use GOnce for ABI check
It turns out the value used for g_once_* APIs can't be zero. And this is a very cheap check, so let's just do it every time.
Without this, the registry creation just deadlocks if the check fails!
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
It turns out the value used for g_once_* APIs can't be zero. And this is a very cheap check, so let's just do it every time.
Without this, the registry creation just deadlocks if the check fails!