gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r23273 - Extractor


From: gnunet
Subject: [GNUnet-SVN] r23273 - Extractor
Date: Fri, 17 Aug 2012 01:51:05 +0200

Author: grothoff
Date: 2012-08-17 01:51:05 +0200 (Fri, 17 Aug 2012)
New Revision: 23273

Modified:
   Extractor/configure.ac
Log:
output gstreamer detection result

Modified: Extractor/configure.ac
===================================================================
--- Extractor/configure.ac      2012-08-16 23:32:55 UTC (rev 23272)
+++ Extractor/configure.ac      2012-08-16 23:51:05 UTC (rev 23273)
@@ -639,3 +639,10 @@
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]