FS-8623: fix sun studio build errors building libvpx

This commit is contained in:
Michael Jerris 2016-04-07 16:07:01 -04:00
parent 3976eb17d0
commit 159f4a1396
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=-xldscope=hidden
VISIBILITY_FLAG=
;;
*)
VISIBILITY_FLAG=-fvisibility=hidden