[Ffmpeg-devel] H264 decoding problem

Diego Biurrun diego
Fri Oct 13 11:20:37 CEST 2006


On Fri, Oct 13, 2006 at 10:18:10AM +0200, Klaas-Pieter Vlieg wrote:
> Unfortunately it doesn't work for me :(
> 
> I'm building on X86 with MingW:
> $ gcc --version
> gcc.exe (GCC) 3.4.5 (mingw special)
> 
> $ ./configure --enable-memalign-hack --enable-libogg --enable-vorbis --enable-faad --enable-mp3lame --enable-gpl
> 
> The lines to compile h264.c: 
> 
> gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -I/home/klaas/ffmpeg
> -I/home/klaas/ffmpeg -I/home/klaas/ffmpeg/libavutil -fomit-frame-pointer -g -Wdeclaration-after-statement
> -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Winline -O3  -c -o h264.o h264.c
> h264.c: In function `hl_decode_mb':
> h264.c:3661: warning: suggest parentheses around arithmetic in operand of ^
> h264.c:3667: warning: suggest parentheses around arithmetic in operand of ^
> h264.c: In function `get_te0_golomb':

That's a warning, not an error ...

Diego




More information about the ffmpeg-devel mailing list