From 762855f2554393dd3bcacd9b5d205765409f6a95 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Thu, 1 Feb 2024 23:00:53 +0200 Subject: SL-19585 Try replacing fmod with openal Since now VLC is responsible for played parcel media (should be since SL-19042) should be possible to switch remaining audio to OpenAL with no loss of functionality --- autobuild.xml | 72 ++++------------------------------------------------------- 1 file changed, 4 insertions(+), 68 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 0e5a5a2a25..b728bb4d3d 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -537,72 +537,6 @@ description Expat is an XML parser library written in C - fmodstudio - - platforms - - darwin64 - - archive - - creds - github - hash - fb6797ff93b6e881b060d2a8b396d8d7477834ee - hash_algorithm - sha1 - url - https://api.github.com/repos/secondlife/3p-fmodstudio/releases/assets/108908444 - - name - darwin64 - - linux64 - - archive - - creds - github - hash - a378bd1604aa97ca763140911f9f4e463ced85c0 - hash_algorithm - sha1 - url - https://api.github.com/repos/secondlife/3p-fmodstudio/releases/assets/108908446 - - name - linux64 - - windows64 - - archive - - creds - github - hash - 72304491d86bd797b840999b255358f195b06609 - hash_algorithm - sha1 - url - https://api.github.com/repos/secondlife/3p-fmodstudio/releases/assets/108908456 - - name - windows64 - - - license - fmod - license_file - LICENSES/fmodstudio.txt - copyright - FMOD Studio by Firelight Technologies Pty Ltd. - version - 2.02.13.578928 - name - fmodstudio - description - FMOD Studio API - fontconfig platforms @@ -2933,7 +2867,8 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors -DADDRESS_SIZE:STRING=$AUTOBUILD_ADDRSIZE -DROOT_PROJECT_NAME:STRING=SecondLife -DINSTALL_PROPRIETARY=TRUE - + -DUSE_OPENAL:BOOL=ON + build @@ -2974,7 +2909,8 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors -DADDRESS_SIZE:STRING=$AUTOBUILD_ADDRSIZE -DROOT_PROJECT_NAME:STRING=SecondLife -DINSTALL_PROPRIETARY=TRUE - + -DUSE_OPENAL:BOOL=ON + build -- cgit v1.2.3