From 0878aea1c2f7ee03bc293adfbbf0d2a80eeffc50 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Sun, 28 Jul 2024 17:38:53 +0800 Subject: 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. --- indra/newview/ViewerInstall.cmake | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'indra/newview/ViewerInstall.cmake') 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 @@ -113,6 +113,11 @@ if (DARWIN) DESTINATION app_settings ) + install(DIRECTORY + /Applications/VLC.app/Contents/MacOS/plugins + DESTINATION ../Frameworks + ) + install(DIRECTORY "${AUTOBUILD_INSTALL_DIR}/lib/release/Chromium Embedded Framework.framework" DESTINATION ../Frameworks -- cgit v1.2.3