[Mplayer-cvslog] CVS:

Diego Biurrun diego at biurrun.de
Sat Oct 9 16:11:36 CEST 2004


Felix Buenemann writes:
> Try replacing all occurences of _asm in the affected files with __asm__ 
> (that's underscore-underscore-a-s-m-underscore-underscore)

Doesn't really help:

gcc -c -I. -I../libvo -I../../libvo  -g -O4 -march=pentium4 -mcpu=pentium4 -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -DFIXED_POINT -o bits.o bits.c
In file included from common.h:286,
                 from bits.c:30:
fixed.h: In function `MUL_R':
fixed.h:69: error: parse error before '{' token
fixed.h: In function `MUL_C':
fixed.h:79: error: parse error before '{' token
fixed.h: In function `MUL_Q2':
fixed.h:88: error: parse error before '{' token
fixed.h: In function `MUL_SHIFT6':
fixed.h:97: error: parse error before '{' token
fixed.h: In function `MUL_SHIFT23':
fixed.h:106: error: parse error before '{' token
fixed.h: In function `_MulHigh':
fixed.h:116: error: parse error before '{' token
make[1]: *** [bits.o] Error 1
make[1]: Leaving directory `/c/Programme/cygwin/home/diego/mplayer/mingw/libfaad2'
make: *** [libfaad2/libfaad2.a] Error 2

Diego




More information about the MPlayer-cvslog mailing list