- 30 Dec, 2004 1 commit
-
-
brendan authored
svn path=/icecast/trunk/libshout/; revision=8556
-
- 23 Jul, 2004 1 commit
-
-
brendan authored
Add inline check. svn path=/icecast/trunk/libshout/; revision=7266
-
- 20 Jul, 2004 1 commit
-
-
brendan authored
"fewer #ifdefs", not "less autoconf") svn path=/icecast/trunk/libshout/; revision=7183
-
- 08 Jul, 2004 1 commit
-
-
brendan authored
It probably doesn't work right in general. svn path=/icecast/trunk/libshout/; revision=7057
-
- 26 Jun, 2004 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/libshout/; revision=6891
-
- 30 Jan, 2004 1 commit
-
-
Ed "oddsock" Zaleski authored
svn path=/trunk/libshout/; revision=5797
-
- 04 Aug, 2003 1 commit
-
-
keegan authored
svn path=/trunk/libshout/; revision=5189
-
- 13 Jul, 2003 1 commit
-
-
brendan authored
svn path=/trunk/libshout/; revision=5133
-
- 11 Jul, 2003 1 commit
-
-
brendan authored
Build shout.h from shout.h.in. Define SHOUT_THREADSAFE in shout.h at configure time. svn path=/trunk/libshout/; revision=5123
-
- 09 Jul, 2003 1 commit
-
-
brendan authored
svn path=/trunk/libshout/; revision=5106
-
- 07 Jul, 2003 2 commits
-
-
brendan authored
svn path=/trunk/libshout/; revision=5095
-
brendan authored
1. Don't define _XOPEN_SOURCE, at least with GCC. As ALWAYS, this macro undefines a lot of the symbols we need. As of libshout 2.1, this define will be moved into the "if not $GCC" category so we don't have to deal with it so often. 2. Irix defines inet_pton but not sockaddr_storage. We could fake it by using an in6 structure, but why bother? Just don't check for inet_pton unless we have struct sockaddr_storage. svn path=/trunk/libshout/; revision=5087
-
- 05 Jul, 2003 1 commit
-
-
brendan authored
more private :) Simplify the macro very slightly. svn path=/trunk/libshout/; revision=5066
-
- 04 Jul, 2003 2 commits
-
-
giles authored
Add a name mangling mechanism so we can safely compile in code we share with applications that might link with use. Currently only hooked up for the timing liblet, but thread is the real target. Basically we define _mangle() in config.h, and use that in timing.h (if available) to prepend the package name to all the symbols in the header and including C files. It's thus fairly invisible. Unfortunately the prefix is hardwired, so it's another thing that has to be maintained by hand (not that is changes often, but we can't make it a macro). AH_VERBATIM seems to be the only way to add a macro that takes arguments, and it explicitly doesn't do shell expansion. Further, @PACKAGE@ substitution doesn't happen on config.h.in. Insert standard autotools frustration here. svn path=/trunk/libshout/; revision=5060
-
brendan authored
svn path=/trunk/libshout/; revision=5059
-
- 02 Jul, 2003 3 commits
- 28 Jun, 2003 1 commit
-
-
brendan authored
Adds cppflags and cflags-only variables svn path=/trunk/libshout/; revision=5018
-
- 26 Jun, 2003 1 commit
-
-
brendan authored
Make all xiph_compiler macros comply with our coding guidelines XIPH_GCC_INCLUDE_WARNING renamed XIPH_GCC_WARNING svn path=/trunk/libshout/; revision=5013
-
- 24 Jun, 2003 2 commits
-
-
brendan authored
1. src/net tests abstracted into XIPH_NET macro. We should do the same for src/thread, but it's a little more complicated - it will have to interact with the caller (eg some apps may want --disable-threads) 2. uintxx_t, socklen_t tests encapsulated, moved to xiph_types.m4 3. solaris fixes for socket func, nanosleep detection 4. added $LIBS to SHOUT_LIBS for *-config scripts. Good or bad idea? We'll definitely need a libshout beta 2. svn path=/trunk/libshout/; revision=5005
-
brendan authored
svn path=/trunk/libshout/; revision=4993
-
- 18 Jun, 2003 3 commits
-
-
brendan authored
Let's get all those bug reports now please. svn path=/trunk/libshout/; revision=4964
-
Karl Heyes authored
svn path=/trunk/libshout/; revision=4962
-
brendan authored
release a bit unfortunately. svn path=/trunk/libshout/; revision=4958
-
- 12 Jun, 2003 1 commit
-
-
brendan authored
Documented at the top of the m4 file. Modify libshout configure to clean the flags that will be stored in shout-config and/or shout.pc svn path=/trunk/libshout/; revision=4936
-
- 10 Jun, 2003 2 commits
- 06 Jun, 2003 1 commit
-
-
Karl Heyes authored
data. so now we allocate enough space for the write to succeed fully. svn path=/trunk/libshout/; revision=4888
-
- 05 Jun, 2003 5 commits
-
-
brendan authored
OS X for some reason. svn path=/trunk/libshout/; revision=4886
-
brendan authored
Also enables IPV6 in libshout! svn path=/trunk/httpp/; revision=4884
-
brendan authored
svn path=/trunk/libshout/; revision=4882
-
brendan authored
svn path=/trunk/libshout/; revision=4881
-
brendan authored
svn path=/trunk/libshout/; revision=4880
-
- 04 Jun, 2003 2 commits
-
-
brendan authored
it will be used based on whether pkg-config is in the path. svn path=/trunk/libshout/; revision=4878
-
brendan authored
And, vice versa. TODO: 1. create AC macro that searches pkg-config and shout-config for shout flags. 2. make suppression/generation of *-config user-configurable svn path=/trunk/libshout/; revision=4869
-
- 03 Jun, 2003 1 commit
-
-
brendan authored
Still need: 1. detect whether pkg-config is installed, switch shout.pc on and shout-config off if so. 2. make 1. optional 3. Create AC macro to use pkg-config if available, otherwise try shout-config, otherwise try linking by hand (?), use it in ices. svn path=/trunk/libshout/; revision=4863
-
- 26 Mar, 2003 1 commit
-
-
Karl Heyes authored
system headers. So I'll special case the _XOPEN_SOURCE define for OpenBSD as that is what is being used to disable the needed typedefs. svn path=/trunk/libshout/; revision=4542
-
- 18 Mar, 2003 2 commits
-
-
Karl Heyes authored
svn path=/trunk/libshout/; revision=4509
-
brendan authored
Guard config.h against multiple inclusion. svn path=/trunk/libshout/; revision=4508
-