summaryrefslogtreecommitdiff
path: root/indra/newview/ViewerInstall.cmake
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-07-28 17:38:53 +0800
committerErik Kundiman <erik@megapahit.org>2024-07-28 17:38:53 +0800
commit0878aea1c2f7ee03bc293adfbbf0d2a80eeffc50 (patch)
tree20f72e61275d3395f644af80297d697c42168453 /indra/newview/ViewerInstall.cmake
parent9268fdd5b99bb8e426e7c1232916dfd909039f96 (diff)
Install plugins somewhere close to libvlc on macOS
and without having to rename the containing folder. VLC streaming still hasn't worked (it used to) since using fixup_bundle, since switching to FMOD, since switching from SDL to Cocoa, since merging Maintenance B, so still no idea which of these is causing it.
Diffstat (limited to 'indra/newview/ViewerInstall.cmake')
-rw-r--r--indra/newview/ViewerInstall.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/ViewerInstall.cmake b/indra/newview/ViewerInstall.cmake
index cf82044fb8..079af78dcb 100644
--- a/indra/newview/ViewerInstall.cmake
+++ b/indra/newview/ViewerInstall.cmake
@@ -114,6 +114,11 @@ if (DARWIN)
)
install(DIRECTORY
+ /Applications/VLC.app/Contents/MacOS/plugins
+ DESTINATION ../Frameworks
+ )
+
+ install(DIRECTORY
"${AUTOBUILD_INSTALL_DIR}/lib/release/Chromium Embedded Framework.framework"
DESTINATION ../Frameworks
)