Skip to content
Snippets Groups Projects
Commit 19944291 authored by Ralph Giles's avatar Ralph Giles Committed by Ralph Giles
Browse files

Don't export kMinCompressedSize.

kMinCompressedSize was defined as a global constant, so it
was exported by default and possibly causing duplicate
symbol issues for applications. In particular, libvpx also
exports this symbol.

Instead, move the definition into the only function which
references is. As a local variable it is hidden from the
linker and not part of the global symbol table.

Change-Id: If8b3bc4c487197237adb04749cd3dd4792e39893
parent 2d422fb1
No related branches found
No related tags found
2 merge requests!6Rav1e 11 yushin 1,!3Rav1e 10 yushin
Loading
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