From 76f9d6baa976322779f6bc532238dbd55696bb1c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 11 Oct 2018 20:33:37 +0200 Subject: [PATCH] Output EXTRALIBS_MEDIA from wx-config when using static media lib This should fix linking of the applications using static media library, notably under macOS, where they must link with AV{Foundation,Kit} frameworks. --- wx-config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/wx-config.in b/wx-config.in index 3b347fa85b..a2a1706d48 100755 --- a/wx-config.in +++ b/wx-config.in @@ -1029,6 +1029,7 @@ ldlibs_base="@WXCONFIG_LIBS@" ldlibs_core="@EXTRALIBS_GUI@ @EXTRALIBS_SDL@" ldlibs_gl="@OPENGL_LIBS@" ldlibs_html="@EXTRALIBS_HTML@" +ldlibs_media="@EXTRALIBS_MEDIA@" ldlibs_xml="@EXTRALIBS_XML@" ldlibs_stc="@EXTRALIBS_STC@" ldlibs_webview="@EXTRALIBS_WEBVIEW@"