[PATCH] configure: Ask for the correct development package for gstreamer base plugins[try 2]

Detlef Riekenberg wine.dev at web.de
Sun Dec 12 15:48:56 CST 2010


The gstreamer-0.10 development package is not enough to get gstreamer support.
We also need gstreamer-app-0.10 for gst/app/*.h and relates libs.

try 2 avoids to ask for a distribution dependand package name.

Related package names found in wine-devel.

Ubuntu + Debian:
libgstreamer-plugins-base0.10-dev

Fedora:
gstreamer-plugins-base-devel

openSUSE:
gstreamer-0_10-plugins-base-devel

--
By by ... Detlef
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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 ****
-- 
1.7.1




More information about the wine-patches mailing list