configure.ac: enable shout2 by default
authorBenjamin Otte <otte@gnome.org>
Wed, 12 May 2004 02:35:56 +0000 (02:35 +0000)
committerBenjamin Otte <otte@gnome.org>
Wed, 12 May 2004 02:35:56 +0000 (02:35 +0000)
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

ChangeLog
configure.ac

index 9b0df44f5d4a1b15cf87896ed52a2b058f4fb98a..dd0891305631d86407ae4d56cf81f7f01a724819 100644 (file)
--- 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):
index d904f932f1e05d74b8d29dda975cfecc784dcb49..d2b78984892a567a21ddcb3f01a01aa98b5d9271 100644 (file)
@@ -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