aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-03-17 16:43:33 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-03-17 16:43:33 +0000
commit8fe79ba2f6ea1cb50225d7e9343ec9cd47632cd0 (patch)
treee78ffbde7909fbf564cdbca43deac8a462df89d9 /configure.ac
parenta7cfb0cd7b847b559309202f7c06fe1f8f3117b5 (diff)
downloadenigma2-8fe79ba2f6ea1cb50225d7e9343ec9cd47632cd0.tar.gz
enigma2-8fe79ba2f6ea1cb50225d7e9343ec9cd47632cd0.zip
fix: gstreamer is supposed to be optional.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 1 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index c3bb9e55..59e7c539 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,13 +27,7 @@ TUXBOX_APPS_LIB_PKGCONFIG(MAD,mad)
TUXBOX_APPS_LIB_PKGCONFIG(PNG,libpng)
TUXBOX_APPS_LIB_PKGCONFIG(SIGC,sigc++-1.2)
TUXBOX_APPS_LIB_PKGCONFIG(DVBSI,libdvbsi++)
-_TUXBOX_APPS_LIB_PKGCONFIG(GSTREAMER,gstreamer)
-
-if test -z "$GSTREAMER_CFLAGS" ; then
- AC_MSG_WARN([could not find package GSTREAMER]);
-else
- AC_DEFINE_UNQUOTED([HAVE_GSTREAMER],1,[Define to 1 if you have gstreamer])
-fi
+_TUXBOX_APPS_LIB_PKGCONFIG_OPTIONAL(GSTREAMER,gstreamer >= 0.10,HAVE_GSTREAMER)
if test "$withsdl" = "yes" ; then
TUXBOX_APPS_LIB_CONFIG(SDL,sdl-config)