distro-configs/LibreOfficeiOS.conf |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 04edc4d8e18a9bb7e1d5c1192bf91e91a93a484d
Author:     Skyler Grey <skyler.g...@collabora.com>
AuthorDate: Thu Jan 16 16:46:52 2025 +0000
Commit:     Tomaž Vajngerl <qui...@gmail.com>
CommitDate: Thu Mar 20 10:52:16 2025 +0100

    feat(iOS): enable AVMedia
    
    Previously, AVMedia was disabled entirely for iOS. As we intend to
    support AVMedia in Collabora Office Mobile for iOS, this is rather
    inconvenient. In reality, we can support some of the AVMedia stuff -
    albeit using webkit to play videos rather than gstreamer.
    
    Change-Id: I1c5b791f7f37185c2b92ba5e6d41f934ac215411
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183097
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Tomaž Vajngerl <qui...@gmail.com>

diff --git a/distro-configs/LibreOfficeiOS.conf 
b/distro-configs/LibreOfficeiOS.conf
index ab36e05ba668..1a3aa3a62e35 100644
--- a/distro-configs/LibreOfficeiOS.conf
+++ b/distro-configs/LibreOfficeiOS.conf
@@ -13,11 +13,11 @@
 --with-macosx-version-min-required=10.11
 
 --disable-avahi
---disable-avmedia
 --disable-compiler-plugins
 --disable-cups
 --disable-dconf
 --disable-extensions
+--disable-gstreamer-1-0
 --disable-kf5
 --disable-odk
 --disable-openssl

Reply via email to