commit c4fcd8d300c9abeaac32e8331c0dddcc6920ef4a parent 146471c420417556879bf648fbd732d2fa21e750 Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 16 Aug 2012 23:51:05 +0000 output gstreamer detection result Diffstat:
| M | configure.ac | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac @@ -639,3 +639,10 @@ if test "x$HAVE_CXX" != "xyes" then AC_MSG_NOTICE([NOTICE: no C++ compiler found (not compiling plugins that require C++)]) fi + +if 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 +then + AC_MSG_NOTICE([NOTICE: gstreamer enabled]) +else + AC_MSG_NOTICE([NOTICE: gstreamer not found, gstreamer support disabled]) +fi