[PATCH 2/2] configure: Also warn on missing GStreamer if --without-quicktime was specified.

Zebediah Figura z.figura12 at gmail.com
Fri Jun 4 17:46:33 CDT 2021


Based on a patch by Gijs Vermeulen.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 3fcd1036b79..410d90226df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1622,7 +1622,7 @@ then
                  ac_glib2_broken=yes
                  WINE_NOTICE([glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built.])])])])
 fi
-if test "x$with_gstreamer" = xyes -o "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes
+if test "x$with_gstreamer" = xyes -o "x$with_quicktime" = xno -o "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes
 then
     WINE_NOTICE_WITH(gstreamer,[test "x$ac_glib2_broken" != xyes -a "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" != xyes],
                      [gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported.])
-- 
2.30.2




More information about the wine-devel mailing list