sc/ucalc_setup.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 84fb1ab69db4fb2806e277b9855602b658a83039
Author:     Tor Lillqvist <[email protected]>
AuthorDate: Mon Mar 3 15:18:24 2025 +0200
Commit:     Tor Lillqvist <[email protected]>
CommitDate: Mon Jan 12 19:51:23 2026 +0100

    Using the avmedia library is not optional in Library_sc.mk either
    
    Change-Id: Iff278fe5682bbfa04952bf4917765fa07c9835e2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194579
    Reviewed-by: Caolán McNamara <[email protected]>
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197099
    Reviewed-by: Tor Lillqvist <[email protected]>
    Tested-by: Jenkins

diff --git a/sc/ucalc_setup.mk b/sc/ucalc_setup.mk
index 2dfe39ea90ed..da3ec7d42a8e 100644
--- a/sc/ucalc_setup.mk
+++ b/sc/ucalc_setup.mk
@@ -40,7 +40,7 @@ $(eval $(call gb_CppunitTest_use_externals,sc_ucalc$(1),\
 ))
 
 $(eval $(call gb_CppunitTest_use_libraries,sc_ucalc$(1), \
-       $(call gb_Helper_optional,AVMEDIA,avmedia) \
+    avmedia \
     basegfx \
     chart2api \
     comphelper \

Reply via email to