Fix compile issues, thanks Router!

This commit is contained in:
Lirusaito
2019-04-18 09:19:20 -04:00
parent e5f3d1d8bc
commit 07569d008d
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ option(UNATTENDED "Disable use of uneeded tooling for automated builds" OFF)
# Media Plugins
option(ENABLE_MEDIA_PLUGINS "Turn off building media plugins if they are imported by third-party library mechanism" ON)
option(LIBVLCPLUGIN "Turn off building support for libvlc plugin" ON)
option(LIBVLCPLUGIN "Turn off building support for libvlc plugin" OFF)
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux" OR ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
set(LIBVLCPLUGIN OFF)
endif (${CMAKE_SYSTEM_NAME} MATCHES "Linux" OR ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")

View File

@@ -1529,7 +1529,7 @@ void LLVOVolume::regenFaces()
BOOL LLVOVolume::genBBoxes(BOOL force_global)
{
BOOL res = TRUE;
bool res = true;
LLVector4a min,max;