[MPlayer-users] mplayer (CVS) on Debian woody 3.1/alpha stoped building in liba52
Helge Kreutzmann
Helge.Kreutzmann at stud.uni-hannover.de
Mon May 26 13:59:31 CEST 2003
Hello,
On Wed, May 21, 2003 at 12:12:56PM +0200, Helge Kreutzmann wrote:
> I use the mplayer from CVS. A while ago mplayer stopped building on
> my alpha CPU EV56 machine. The last lines of the build are:
> make[2]: Entering directory `/scratch/incoming/TmpCVS/mplayer_cvs/main/liba52'
> gcc -c -W -Wall -O2 -g3 -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o crc.o crc.c
> gcc -c -W -Wall -O2 -g3 -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o resample.o resample.c
> resample.c: In function `a52_resample_init':
> resample.c:22: warning: unused parameter `mm_accel'
> gcc -c -W -Wall -O2 -g3 -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o bit_allocate.o bit_allocate.c
> gcc -c -W -Wall -O2 -g3 -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o bitstream.o bitstream.c
> In file included from bitstream.c:30:
> bitstream.h: In function `bitstream_get':
> bitstream.h:101: invalid lvalue in unary `&'
> bitstream.h:101: invalid lvalue in unary `&'
> bitstream.h:101: invalid lvalue in unary `&'
> bitstream.h:101: invalid lvalue in unary `&'
> bitstream.h: In function `bitstream_get_2':
> bitstream.h:134: invalid lvalue in unary `&'
> bitstream.h:134: invalid lvalue in unary `&'
> bitstream.h:134: invalid lvalue in unary `&'
> bitstream.h:134: invalid lvalue in unary `&'
> bitstream.c: In function `bitstream_set_ptr':
> bitstream.c:48: warning: cast from pointer to integer of different size
> make[2]: *** [bitstream.o] Error 1
> make[2]: Leaving directory `/scratch/incoming/TmpCVS/mplayer_cvs/main/liba52'
> make[1]: *** [liba52/liba52.a] Fehler 2
> make[1]: Leaving directory `/scratch/incoming/TmpCVS/mplayer_cvs/main'
> make: *** [build-stamp] Fehler 2
I hacked the file by adding the alpha to the unoptimizable systems, i.e.
I added in line 24 of /liba52/bitstream.h
|| defined(__alpha__)
Of course, I'd still like to get the optimized version, though.
Greetings
Helge
More information about the MPlayer-users
mailing list