[Ffmpeg-devel] Internal consistency failure

Panagiotis Issaris takis.issaris
Wed Feb 14 17:43:11 CET 2007


Hi,

Cool_Zer0 schreef:
> Hi.
> 
> I've updated my ffmpeg and now when I compile I get this:
> 
> /opt/cegcc/arm-wince-cegcc/bin/gcc -I"/root/ffmpeg_ce"/libswscale
> -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
> -D_ISOC9X_SOURCE -I"/root/ffmpeg_ce" -I"/root/ffmpeg_ce"
> -I"/root/ffmpeg_ce"/libavutil -fomit-frame-pointer
> -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization
> -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -O3  -c -o parser.o
> parser.c
> parser.c: In function 'mpegaudio_parse':
> parser.c:544: warning: assignment discards qualifiers from pointer target
> type
> parser.c: In function 'aac_sync':
> /root/ffmpeg_ce/libavutil/bswap.h:120: warning: 't' is used
> uninitialized in
> this function
> /root/ffmpeg_ce/libavutil/bswap.h:120: warning: 't' is used
> uninitialized in
> this function
>[...]
> /root/ffmpeg_ce/libavutil/bswap.h:120: warning: 't' is used
> uninitialized in
> this function
> /root/ffmpeg_ce/libavutil/bswap.h:120: warning: 't' is used
> uninitialized in
> this function
> parser.c:731: fatal error: internal consistency failure
> compilation terminated.
> make[1]: *** [parser.o] Error 1
> make[1]: Leaving directory `/root/ffmpeg_ce/libavcodec'
> make: *** [lib] Error 2
> 
> 
> The warning appears a lot of times...
> 
> This is my configure:
> ./configure --disable-ipv6 --disable-ffserver --disable-ffplay
> --disable-static --enable-shared --disable-ffmpeg --disable-debug
> --cross-compile --cross-prefix=/opt/cegcc/arm-wince-cegcc/bin/ --arch=arm
> --prefix=/usr/local/wince
> 
> Do you think that this is a problem with ffmpeg or the cross compiler?
I think your cross compiler crashed, so it's not ffmpegs fault.

With friendly regards,
Takis




More information about the ffmpeg-devel mailing list