Displaying 8 results from an estimated 8 matches for "ices_reencode_initialize".
2004 Aug 06
2
Compiling ices help needed
...lver
-I../thread -I../libshout -I/usr/src/lame3.70
-I/usr/include/libxml -I/usr/include -g -O2 -Wall -c
signals.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../resolver
-I../thread -I../libshout -I/usr/src/lame3.70
-I/usr/include/libxml -I/usr/include -g -O2 -Wall -c
reencode.c
reencode.c: In function `ices_reencode_initialize':
reencode.c:46: void value not ignored as it ought to
be
reencode.c:60: void value not ignored as it ought to
be
reencode.c: In function `ices_reencode_reset':
reencode.c:97: void value not ignored as it ought to
be
reencode.c:113: void value not ignored as it ought to
be
make[3]: *** [ree...
2004 Aug 06
2
Problem IceS and lame
Hello (again :-)
I'm trying to compile IceS with re-encoding support - but I can't...
The problem is :
*****
reencode.c: In function `ices_reencode_initialize':
reencode.c:46: too many arguments to function `lame_init'
reencode.c:46: warning: comparison between pointer and integer
reencode.c:65: warning: implicit declaration of function `lame_version'
reencode.c: In function `ices_reencode_reset':
reencode.c:97: too many arguments to func...
2004 Aug 06
0
Compiling errors by reencode
...H -I. -I. -I.. -I../resolver -I../thread
-I../libshout -I/tmp/Download/lame3.70
-I/usr/lib/perl5/5.00503/i586-linux/CORE -Dbool=char -DHAS_BOOL
-I/usr/local/include -I/usr/lib/perl5/5.00503/i586-linux/CORE
-I/usr/include/gnome-xml -g -O2 -Wall -c reencode.c
reencode.c: In function `ices_reencode_initialize':
reencode.c:46: void value not ignored as it ought to be
reencode.c:60: void value not ignored as it ought to be
reencode.c: In function `ices_reencode_reset':
reencode.c:97: void value not ignored as it ought to be
reencode.c:113: void value not ignored as it ought to be
make[3]: *** [ree...
2004 Aug 06
0
AW: Compiling ices help needed
hi ....
ive got the same problem, and try another lame , 3.86beta works fine for me
!!
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../resolver
-I../thread -I../libshout -I/usr/src/lame3.70
-I/usr/include/libxml -I/usr/include -g -O2 -Wall -c
reencode.c
reencode.c: In function `ices_reencode_initialize':
reencode.c:46: void value not ignored as it ought to
be
reencode.c:60: void value not ignored as it ought to
be
reencode.c: In function `ices_reencode_reset':
reencode.c:97: void value not ignored as it ought to
be
reencode.c:113: void value not ignored as it ought to
be
make[3]: *** [ree...
2004 Aug 06
0
Problem IceS and lame
...broke the api. 3.87 i believe
works fine.
jack.
On Sat, Apr 21, 2001 at 11:40:39PM +0200, Raphaƫl HALIMI wrote:
> Hello (again :-)
>
> I'm trying to compile IceS with re-encoding support - but I can't...
>
> The problem is :
>
> *****
> reencode.c: In function `ices_reencode_initialize':
> reencode.c:46: too many arguments to function `lame_init'
> reencode.c:46: warning: comparison between pointer and integer
> reencode.c:65: warning: implicit declaration of function `lame_version'
> reencode.c: In function `ices_reencode_reset':
> reencode.c:97: t...
2004 Aug 06
0
Ices-0.2.2, Lame 3.89b, FreeBSD 4.4-STABLE
..... -DICES_ETCDIR=\"/usr/local/etc\" -DICES_MODULEDIR=\"/usr/local/etc/modules\" -I../resolver -I../thread -I../libshout -I/usr/libdata/perl/5.00503/mach/CORE -I/usr/local/include/libxml2 -I/usr/local/include/libxml2/libxml -g -O2 -Wall -c reencode.c
reencode.c: In function `ices_reencode_initialize':
reencode.c:56: warning: implicit declaration of function `get_lame_version'
reencode.c: In function `ices_reencode_shutdown':
reencode.c:82: warning: implicit declaration of function `lame_close'
reencode.c: In function `ices_reencode_flush':
reencode.c:118: warning: implicit...
2004 Aug 06
3
icecast security
Jack Moffitt:
> > securityfocus mailing list (bugtraq) today (and several month before)
> > about a remote buffer overflow in icecast v1.3.10 (which seems to be a
>
> Point me to a url at bugtraq where I can read a description of the
> problem.
i've the today's email only in the web archive, here's a copy.
don't know if it's old news...
u.
2004 Aug 06
2
Simple directory question
At 02:40 06/04/01 -0700, Harry wrote:
>It turns out, from what I can tell, streamcast doesn't send bitrate
>information. Here's the changes I made in the part of the code so that it does:
>
>182c188,189
>< icy_compat => 0,
>---
> > icy_compat => 1,
> > bitrate => $bitrate,
Well, how