search for: flac__cpu_unknown

Displaying 3 results from an estimated 3 matches for "flac__cpu_unknown".

2004 Sep 10
1
IA64 (Re: patches for flac build)
...right (C) 2000,2001 Josh Coalson > flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are > welcome to redistribute it under certain conditions. Type `flac' for details. > > options: -P 0 -b 4608 -m -l 8 -q 0 -r 3,3 -R 0 -V > /home/mdz/english.wav: > @@@ FLAC__CPU_UNKNOWN > lt-flac: stream_decoder.c:173: FLAC__stream_decoder_init: Assertion `decoder->guts->cpuinfo.use_asm' failed. > Aborted It looks like this is because FLAC__NO_ASM isn't defined, but should be. configure.in should default to disabling asm optimizations unless the host architect...
2004 Sep 10
3
patches for flac build
> > > Unfortunately, there is a bigger problem that affects both SDL > > > and FLAC, > > > which is that the assembly routines are not PIC. > > > > It's not? I think all the IA32 code only references data on the > > stack, and > > it doesn't call outside the library or export any functions outside > > the > > library. The
2004 Sep 10
0
patches for flac build
...ed assertion: flac 0.10, Copyright (C) 2000,2001 Josh Coalson flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. Type `flac' for details. options: -P 0 -b 4608 -m -l 8 -q 0 -r 3,3 -R 0 -V /home/mdz/english.wav: @@@ FLAC__CPU_UNKNOWN lt-flac: stream_decoder.c:173: FLAC__stream_decoder_init: Assertion `decoder->guts->cpuinfo.use_asm' failed. Aborted -- - mdz