File gstreamer-0_10-plugins-buzztard.AM_DEFAULT_VERBOSITY.patch of Package gstreamer-0_10-plugins-buzztard
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: gst-buzztard-0.6.0/configure.ac
===================================================================
--- gst-buzztard-0.6.0.orig/configure.ac
+++ gst-buzztard-0.6.0/configure.ac
@@ -21,7 +21,7 @@ AC_CONFIG_MACRO_DIR(m4)
# Support silent build rules, requires at least automake-1.11. Disable
# by either passing --disable-silent-rules to configure or passing V=1
# to make
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])], [AC_SUBST([AM_DEFAULT_VERBOSITY], [1])])
GSTBT_MAJOR_VERSION=0
GSTBT_MINOR_VERSION=6