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 /autobuild.xml | |
| 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 'autobuild.xml')
| -rw-r--r-- | autobuild.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/autobuild.xml b/autobuild.xml index 5f741e276e..851a7933aa 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2983,6 +2983,18 @@ <string>vlc-bin</string> <key>platforms</key> <map> + <key>darwin64</key> + <map> + <key>archive</key> + <map> + <key>hash</key> + <string>c5e6d9440e3a4a12102dd2bbb703963e</string> + <key>url</key> + <string>http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/2225/4736/vlc_bin-2.2.4.502214-darwin64-502214.tar.bz2</string> + </map> + <key>name</key> + <string>darwin64</string> + </map> <key>linux</key> <map> <key>archive</key> @@ -3021,7 +3033,7 @@ </map> </map> <key>version</key> - <string>2.2.4.501207</string> + <string>2.2.4.502214</string> </map> <key>xmlrpc-epi</key> <map> |
