[MPlayer-users] Segfault in mencoder when using -vop scale

Stephen Mollett molletts at yahoo.com
Tue Feb 25 20:29:45 CET 2003


On Monday 24 Feb 2003 20:31, Corey Hickey wrote:
> Try the latest 0_90 CVS.

Hmph... It doesn't compile (error shown below)... I did move out the mplayer 
cvs 0_90/libavcodec directory and moved in the one from ffmpeg cvs. I can't 
see anything obviously wrong with the source file at the line indicated, but 
I must admit that my C is rather rusty (like, about 6 years rusty).

Stephen

(gcc 3.2.2)

gcc -c -O4 -march=athlon-tbird -mcpu=athlon-tbird -pipe -ffast-math 
-fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-I. -Inative -I.. -I../libmpdemux -I../loader  -D_GNU_SOURCE -o vd_ffmpeg.o 
vd_ffmpeg.c
vd_ffmpeg.c:300: parse error before "UINT8"
vd_ffmpeg.c: In function `draw_slice':
vd_ffmpeg.c:302: `s' undeclared (first use in this function)
vd_ffmpeg.c:302: (Each undeclared identifier is reported only once
vd_ffmpeg.c:302: for each function it appears in.)
vd_ffmpeg.c:306: `UINT8' undeclared (first use in this function)
vd_ffmpeg.c:306: `skip' undeclared (first use in this function)
vd_ffmpeg.c:306: `y' undeclared (first use in this function)
vd_ffmpeg.c:309: `linesize' undeclared (first use in this function)
vd_ffmpeg.c:332: `src' undeclared (first use in this function)
vd_ffmpeg.c:332: `width' undeclared (first use in this function)
vd_ffmpeg.c:332: `height' undeclared (first use in this function)
make[1]: *** [vd_ffmpeg.o] Error 1
make[1]: Leaving directory `/alpha/morespace/mplayer/0_90/libmpcodecs'
make: *** [libmpcodecs/libmpcodecs.a] Error 2



More information about the MPlayer-users mailing list