[xiph-commits] r8946 - in icecast/trunk/libshout: . src

brendan at motherfish-iii.xiph.org brendan at motherfish-iii.xiph.org
Sat Feb 19 09:49:30 PST 2005


Author: brendan
Date: 2005-02-19 09:49:25 -0800 (Sat, 19 Feb 2005)
New Revision: 8946

Modified:
   icecast/trunk/libshout/INSTALL
   icecast/trunk/libshout/configure.ac
   icecast/trunk/libshout/src/Makefile.am
Log:
libshout 2.1 tagged and bagged.


Modified: icecast/trunk/libshout/INSTALL
===================================================================
--- icecast/trunk/libshout/INSTALL	2005-02-18 02:18:33 UTC (rev 8945)
+++ icecast/trunk/libshout/INSTALL	2005-02-19 17:49:25 UTC (rev 8946)
@@ -6,7 +6,8 @@
 
 Both of these libraries must be installed before you can build
 libshout. If they aren't available in your OS's package system, you
-can find them at vorbis.com.
+can find them at vorbis.com. You may also want libtheora if you're
+interested in doing video streaming.
 
 Building
 --------
@@ -37,4 +38,4 @@
 in $(prefix)/bin. You can force libshout to use shout-config instead
 of pkgconfig with the configure option --disable-pkgconfig.
 
-$Id: INSTALL,v 1.1 2003/06/13 23:04:23 brendan Exp $
\ No newline at end of file
+$Id$

Modified: icecast/trunk/libshout/configure.ac
===================================================================
--- icecast/trunk/libshout/configure.ac	2005-02-18 02:18:33 UTC (rev 8945)
+++ icecast/trunk/libshout/configure.ac	2005-02-19 17:49:25 UTC (rev 8946)
@@ -2,7 +2,7 @@
 # $Id$
 
 m4_define(libshout_major, 2)
-m4_define(libshout_minor, 0)
+m4_define(libshout_minor, 1)
 m4_define(libshout_micro, 0)
 m4_define(libshout_version,
   m4_if(libshout_micro, 0, libshout_major.libshout_minor,

Modified: icecast/trunk/libshout/src/Makefile.am
===================================================================
--- icecast/trunk/libshout/src/Makefile.am	2005-02-18 02:18:33 UTC (rev 8945)
+++ icecast/trunk/libshout/src/Makefile.am	2005-02-19 17:49:25 UTC (rev 8946)
@@ -14,7 +14,7 @@
 SUBDIRS = avl net timing httpp $(MAYBE_THREAD)
 
 lib_LTLIBRARIES = libshout.la
-libshout_la_LDFLAGS = -version-info 3:0:0
+libshout_la_LDFLAGS = -version-info 4:0:1
 
 EXTRA_DIST = theora.c
 noinst_HEADERS = shout_ogg.h shout_private.h util.h



More information about the commits mailing list