slideshow/Library_slideshow.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9ac778b7b20f2ab0c7dd106372c8fb5648d8a5fb
Author:     Tor Lillqvist <[email protected]>
AuthorDate: Sun Mar 1 13:26:42 2026 +0200
Commit:     Tor Lillqvist <[email protected]>
CommitDate: Sun Mar 1 14:12:20 2026 +0100

    We do need the avmedia library unconditionally for the slideshow library
    
    Otherwise we get undefined symbols when building for CODA-W.
    
    Change-Id: I73de4087b581280a077b56d71abe0f4fa98fe50b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200700
    Reviewed-by: Tor Lillqvist <[email protected]>
    Tested-by: Jenkins CollaboraOffice <[email protected]>

diff --git a/slideshow/Library_slideshow.mk b/slideshow/Library_slideshow.mk
index 3bea78134569..766cbbb2a927 100644
--- a/slideshow/Library_slideshow.mk
+++ b/slideshow/Library_slideshow.mk
@@ -28,7 +28,7 @@ $(eval $(call gb_Library_add_defs,slideshow,\
 $(eval $(call gb_Library_use_sdk_api,slideshow))
 
 $(eval $(call gb_Library_use_libraries,slideshow,\
-    $(call gb_Helper_optional,AVMEDIA,avmedia) \
+    avmedia \
     basegfx \
     canvastools \
     comphelper \

Reply via email to