diff options
author | Callum Linden <callum@lindenlab.com> | 2017-01-27 15:47:16 -0800 |
---|---|---|
committer | Callum Linden <callum@lindenlab.com> | 2017-01-27 15:47:16 -0800 |
commit | dcae92c0a306aaf6447089b340913d4a678855ac (patch) | |
tree | 6897d6080067b39f4ab1ff628dbeb047601117ed /indra/cmake | |
parent | f13c2a6d31ed44fb620cc7709802861bfdbf98c4 (diff) |
First batch of changes to add LibVLC media plugin to macOS viewer. Plugin fails to start because of an as-yet undiagnosed issue with VLC plugin files related to their extyended attributes
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/LibVLCPlugin.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/cmake/LibVLCPlugin.cmake b/indra/cmake/LibVLCPlugin.cmake index 4472676fb4..df829b615a 100644 --- a/indra/cmake/LibVLCPlugin.cmake +++ b/indra/cmake/LibVLCPlugin.cmake @@ -18,6 +18,10 @@ if (WINDOWS) libvlccore.lib ) elseif (DARWIN) + set(VLC_PLUGIN_LIBRARIES + libvlc.dylib + libvlccore.dylib + ) elseif (LINUX) # Specify a full path to make sure we get a static link set(VLC_PLUGIN_LIBRARIES |