Detlef Riekenberg : configure: Ask for the correct development package for gstreamer base plugins.

Alexandre Julliard julliard at winehq.org
Mon Dec 13 10:43:20 CST 2010


Module: wine
Branch: master
Commit: 654bb4a2317198a4c9540f7d59afd14234acb2bc
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=654bb4a2317198a4c9540f7d59afd14234acb2bc

Author: Detlef Riekenberg <wine.dev at web.de>
Date:   Sun Dec 12 22:48:56 2010 +0100

configure: Ask for the correct development package for gstreamer base plugins.

---

 configure    |    4 ++--
 configure.ac |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure b/configure
index 4e72097..c1256ba 100755
--- a/configure
+++ b/configure
@@ -10812,9 +10812,9 @@ fi
 fi
 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes; then :
   case "x$with_gstreamer" in
-  x)   as_fn_append wine_notices "|gstreamer-0.10 ${notice_platform}development files not found, gstreamer support disabled" ;;
+  x)   as_fn_append wine_notices "|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
   xno) ;;
-  *)   as_fn_error $? "gstreamer-0.10 ${notice_platform}development files not found, gstreamer support disabled
+  *)   as_fn_error $? "gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
 This is an error since --with-gstreamer was requested." "$LINENO" 5  ;;
 esac
 fi
diff --git a/configure.ac b/configure.ac
index 8ad460d..71c14d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1461,7 +1461,7 @@ then
     CPPFLAGS="$ac_save_CPPFLAGS"
 fi
 WINE_NOTICE_WITH(gstreamer,[test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes],
-                 [gstreamer-0.10 ${notice_platform}development files not found, gstreamer support disabled])
+                 [gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled])
 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
 
 dnl **** Check for ALSA 1.x ****




More information about the wine-cvs mailing list