Fix compile issues, thanks Router!
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -1529,7 +1529,7 @@ void LLVOVolume::regenFaces()
|
||||
|
||||
BOOL LLVOVolume::genBBoxes(BOOL force_global)
|
||||
{
|
||||
BOOL res = TRUE;
|
||||
bool res = true;
|
||||
|
||||
LLVector4a min,max;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user