From: P. F. Chimento Date: Sun, 30 Jan 2011 16:02:54 +0000 (+0100) Subject: Check for proper plugins in configure X-Git-Tag: v0.9~152^2 X-Git-Url: https://git.stderr.nl/gitweb?p=projects%2Fchimara%2Fchimara.git;a=commitdiff_plain;h=255ccacfef435c1a81c5f04ae6600a8c08052d9a Check for proper plugins in configure Plugins from gstreamer-plugins-base and gstreamer-plugins-bad are required for proper sound support. --- diff --git a/configure.ac b/configure.ac index 7ddf9f0..5611efd 100644 --- a/configure.ac +++ b/configure.ac @@ -114,7 +114,7 @@ AC_ARG_WITH([gstreamer], SOUND_MODULE= AS_IF([$TEST "x$with_gstreamer" != xno], [AC_DEFINE([GSTREAMER_SOUND], [1], [Define to enable sound support with GStreamer]) - SOUND_MODULE="gstreamer-0.10 >= 0.10.12 gstreamer-plugins-base-0.10"]) + SOUND_MODULE="gstreamer-0.10 >= 0.10.12 gstreamer-plugins-base-0.10 gstreamer-plugins-bad-0.10"]) ### CHECK FOR LIBRARIES #######################################################