FS-8623: we really need this flag, but need to fix libvpx configure to let us pass it

This commit is contained in:
Michael Jerris 2016-04-07 16:53:36 -04:00
parent 159f4a1396
commit 22fd90e71e
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ fi
case "${ax_cv_c_compiler_vendor}" in
sun)
VISIBILITY_FLAG=
VISIBILITY_FLAG=-xldscope=hidden
;;
*)
VISIBILITY_FLAG=-fvisibility=hidden