summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-05-12 02:35:56 +0000
committerBenjamin Otte <otte@gnome.org>2004-05-12 02:35:56 +0000
commit956bbbbf233877f535370b9ed8ef12c0987058e5 (patch)
tree6eb6f780c641fd97e0ae8d30c2066b634dfa40d8
parentec58fae8dd507f5121ff0cf82cdade9f1f69d82a (diff)
downloadgst-plugins-bad-956bbbbf233877f535370b9ed8ef12c0987058e5.tar.gz
gst-plugins-bad-956bbbbf233877f535370b9ed8ef12c0987058e5.tar.bz2
gst-plugins-bad-956bbbbf233877f535370b9ed8ef12c0987058e5.zip
configure.ac: enable shout2 by default
Original commit message from CVS: * configure.ac: enable shout2 by default * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type), (gst_shout2send_base_init), (gst_shout2send_init), (gst_shout2send_connect), (gst_shout2send_change_state): * ext/shout2/gstshout2.h: make this work again. Based on a patch by Zaheer Merali (fixes #142262) * ext/theora/theora.c: (plugin_init): don't set rank on encoders
-rw-r--r--ChangeLog13
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b0df44f..dd089130 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
+
+ * configure.ac:
+ enable shout2 by default
+ * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
+ (gst_shout2send_base_init), (gst_shout2send_init),
+ (gst_shout2send_connect), (gst_shout2send_change_state):
+ * ext/shout2/gstshout2.h:
+ make this work again. Based on a patch by Zaheer Merali (fixes
+ #142262)
+ * ext/theora/theora.c: (plugin_init):
+ don't set rank on encoders
+
2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
diff --git a/configure.ac b/configure.ac
index d904f932..d2b78984 100644
--- a/configure.ac
+++ b/configure.ac
@@ -120,11 +120,9 @@ GST_CHECK_FEATURE(EXPERIMENTAL, [enable building of experimental plug-ins],,
[
AC_MSG_WARN(building experimental plug-ins)
USE_TARKIN="yes"
- USE_SHOUT2="yes"
],[
AC_MSG_NOTICE(not building experimental plug-ins)
USE_TARKIN="no"
- USE_SHOUT2="no"
])
dnl broken plug-ins; stuff that doesn't seem to build at the moment