[MPlayer-users] Re: libmpeg2/cpu_accel.c errors on OS/X 10.4
adland123
adland123 at yahoo.com
Tue May 10 18:02:58 CEST 2005
> gmake -C libmpeg2
> cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -O4 -faltivec -pipe
-ffast-math
> -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN
-DCONFIG_DARWIN
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I../libvo -I.. -DMPG12PLAY
-o cpu_state.o cpu_state.c
> {standard input}:16:Parameter syntax error (parameter 1)
> {standard input}:17:Parameter syntax error (parameter 1)
> {standard input}:18:Parameter syntax error (parameter 1)
> What would be a good thing to look at next?
could try using compiler option
-E stop after preprocessing
gmake -C libmpeg2
cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -O4 -faltivec -pipe
-ffast-math
-fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN
-DCONFIG_DARWIN
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I../libvo -I.. -DMPG12PLAY -E
cpu_state.pre cpu_state.c
file cpu_state.pre shows output of the preprocessing by compiler.
maybe viewing this would help to determine what is the specific error.
More information about the MPlayer-users
mailing list