mirror of
https://code.videolan.org/videolan/dav1d
synced 2026-07-03 21:43:17 +00:00
'-fvisibility=hidden' only applies to definitions, not declarations, so the compiler has to be conservative about how references to global data symbols are performed. Explicitly specifying the visibility allows for better code generation.