1 diff -rNu icecast-2.3.0.old/configure icecast-2.3.0.new/configure
2 --- icecast-2.3.0.old/configure 2005-09-24 07:18:46.000000000 +1000
3 +++ icecast-2.3.0.new/configure 2005-10-07 22:08:29.000000000 +1000
4 @@ -21967,7 +21967,7 @@
5 if test "${xt_cv_lib_ogg+set}" = set; then
6 echo $ECHO_N "(cached) $ECHO_C" >&6
9 + OGG_LIBS="-lvorbisidec"
12 # check if the installed Ogg is sufficiently new.
13 @@ -22033,7 +22033,7 @@
14 cat confdefs.h >>conftest.$ac_ext
15 cat >>conftest.$ac_ext <<_ACEOF
18 +#include <tremor/ogg.h>
22 @@ -22188,9 +22188,9 @@
26 -VORBIS_LIBS="-lvorbis"
27 -VORBISFILE_LIBS="-lvorbisfile"
28 -VORBISENC_LIBS="-lvorbisenc"
29 +VORBIS_LIBS="-lvorbisidec"
30 +VORBISFILE_LIBS="-lvorbisidec"
31 +VORBISENC_LIBS="-lvorbisidec"
34 xt_save_LDFLAGS="$LDFLAGS"
35 @@ -22327,17 +22327,18 @@
36 cat >>conftest.$ac_ext <<_ACEOF
39 -#include <vorbis/codec.h>
40 -#include <vorbis/vorbisenc.h>
41 +#include <tremor/ivorbiscodec.h>
48 if ((struct ovectl_ratemanage_arg *) 0)
50 if (sizeof (struct ovectl_ratemanage_arg))
56 diff -rNu icecast-2.3.0.old/src/format_flac.c icecast-2.3.0.new/src/format_flac.c
57 --- icecast-2.3.0.old/src/format_flac.c 2005-08-19 12:01:58.000000000 +1000
58 +++ icecast-2.3.0.new/src/format_flac.c 2005-10-07 22:10:24.000000000 +1000
64 +#include <tremor/ogg.h>
67 typedef struct source_tag source_t;
68 diff -rNu icecast-2.3.0.old/src/format_midi.c icecast-2.3.0.new/src/format_midi.c
69 --- icecast-2.3.0.old/src/format_midi.c 2005-08-19 12:01:58.000000000 +1000
70 +++ icecast-2.3.0.new/src/format_midi.c 2005-10-07 22:10:12.000000000 +1000
76 +#include <tremor/ogg.h>
79 typedef struct source_tag source_t;
80 diff -rNu icecast-2.3.0.old/src/format_ogg.c icecast-2.3.0.new/src/format_ogg.c
81 --- icecast-2.3.0.old/src/format_ogg.c 2005-08-19 12:01:58.000000000 +1000
82 +++ icecast-2.3.0.new/src/format_ogg.c 2005-10-07 22:10:02.000000000 +1000
88 +#include <tremor/ogg.h>
92 diff -rNu icecast-2.3.0.old/src/format_ogg.h icecast-2.3.0.new/src/format_ogg.h
93 --- icecast-2.3.0.old/src/format_ogg.h 2005-08-19 12:01:58.000000000 +1000
94 +++ icecast-2.3.0.new/src/format_ogg.h 2005-10-07 22:09:51.000000000 +1000
96 #ifndef __FORMAT_OGG_H__
97 #define __FORMAT_OGG_H__
100 +#include <tremor/ogg.h>
104 diff -rNu icecast-2.3.0.old/src/format_speex.c icecast-2.3.0.new/src/format_speex.c
105 --- icecast-2.3.0.old/src/format_speex.c 2005-08-19 12:01:58.000000000 +1000
106 +++ icecast-2.3.0.new/src/format_speex.c 2005-10-07 22:09:44.000000000 +1000
111 -#include <ogg/ogg.h>
112 +#include <tremor/ogg.h>
113 #include <speex/speex_header.h>
115 typedef struct source_tag source_t;
116 diff -rNu icecast-2.3.0.old/src/format_theora.c icecast-2.3.0.new/src/format_theora.c
117 --- icecast-2.3.0.old/src/format_theora.c 2005-08-19 12:01:58.000000000 +1000
118 +++ icecast-2.3.0.new/src/format_theora.c 2005-10-07 22:09:38.000000000 +1000
123 -#include <ogg/ogg.h>
124 +#include <tremor/ogg.h>
125 #include <theora/theora.h>
127 typedef struct source_tag source_t;
128 diff -rNu icecast-2.3.0.old/src/format_vorbis.c icecast-2.3.0.new/src/format_vorbis.c
129 --- icecast-2.3.0.old/src/format_vorbis.c 2005-08-19 12:01:58.000000000 +1000
130 +++ icecast-2.3.0.new/src/format_vorbis.c 2005-10-07 22:09:29.000000000 +1000
135 -#include <ogg/ogg.h>
136 -#include <vorbis/codec.h>
137 +#include <tremor/ogg.h>
138 +#include <tremor/ivorbiscodec.h>
142 diff -rNu icecast-2.3.0.old/src/source.c icecast-2.3.0.new/src/source.c
143 --- icecast-2.3.0.old/src/source.c 2005-09-23 06:19:28.000000000 +1000
144 +++ icecast-2.3.0.new/src/source.c 2005-10-07 22:09:17.000000000 +1000
148 #include <sys/types.h>
149 -#include <ogg/ogg.h>
150 +#include <tremor/ogg.h>