Module: wine Branch: master Commit: 96edde17d0d552b8d8453a621929c1fe29376027 URL: https://gitlab.winehq.org/wine/wine/-/commit/96edde17d0d552b8d8453a621929c1f...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Jul 13 21:23:23 2023 +0200
configure: Always disable winegstreamer if gst/gst.h is broken.
---
configure | 1 + configure.ac | 1 + 2 files changed, 2 insertions(+)
diff --git a/configure b/configure index 8a7ed527eba..4d3108303b8 100755 --- a/configure +++ b/configure @@ -17175,6 +17175,7 @@ else $as_nop { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } ac_glib2_broken=yes + enable_winegstreamer=${enable_winegstreamer:-no} as_fn_append wine_notices "|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built." fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext diff --git a/configure.ac b/configure.ac index 70138a7566b..c9ed1c8c431 100644 --- a/configure.ac +++ b/configure.ac @@ -1595,6 +1595,7 @@ then AC_CHECK_LIB(gstreamer-1.0,gst_pad_new,[:],,[$GSTREAMER_LIBS])], [AC_MSG_RESULT([no]) ac_glib2_broken=yes + enable_winegstreamer=${enable_winegstreamer:-no} WINE_NOTICE([glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built.])])])]) fi WINE_NOTICE_WITH(gstreamer,[test "x$ac_glib2_broken" != xyes -a "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" != xyes],