aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-08-16 23:51:05 +0000
committerChristian Grothoff <christian@grothoff.org>2012-08-16 23:51:05 +0000
commitc4fcd8d300c9abeaac32e8331c0dddcc6920ef4a (patch)
tree49ecda6fdf180d0c568fd415f7fe50a212ea4ff7
parent146471c420417556879bf648fbd732d2fa21e750 (diff)
downloadlibextractor-c4fcd8d300c9abeaac32e8331c0dddcc6920ef4a.tar.gz
libextractor-c4fcd8d300c9abeaac32e8331c0dddcc6920ef4a.zip
output gstreamer detection result
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 026af0d..36fc7dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -639,3 +639,10 @@ if test "x$HAVE_CXX" != "xyes"
639then 639then
640 AC_MSG_NOTICE([NOTICE: no C++ compiler found (not compiling plugins that require C++)]) 640 AC_MSG_NOTICE([NOTICE: no C++ compiler found (not compiling plugins that require C++)])
641fi 641fi
642
643if test x$have_gstreamer = xyes -a x$have_gstreamer_pbutils = xyes -a x$have_gstreamer_tag = xyes -a x$have_gstreamer_app = xyes -a ! x$without_glib = xtrue
644then
645 AC_MSG_NOTICE([NOTICE: gstreamer enabled])
646else
647 AC_MSG_NOTICE([NOTICE: gstreamer not found, gstreamer support disabled])
648fi