[FFmpeg-user] make check error (again)
Carl Eugen Hoyos
cehoyos at ag.or.at
Sat Mar 2 16:49:53 CET 2013
mark edwards <edwardsmarkf <at> gmail.com> writes:
> # make V=1 check ;
>
> gcc -I. -I./ -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
> -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -DTEST
> -std=c99 -fomit-frame-pointer -pthread -I/usr/local/include/opus -g
> -Wdeclaration-after-statement -Wall -Wno-parentheses -Wno-switch
> -Wno-format-zero-length -Wdisabled-optimization -Wpointer-arith
> -Wredundant-decls -Wno-pointer-sign -Wwrite-strings -Wtype-limits -Wundef
> -Wmissing-prototypes -Wno-pointer-to-int-cast -Wstrict-prototypes -O3
> -fno-math-errno -fno-signed-zeros -fno-tree-vectorize
> -Werror=implicit-function-declaration -Werror=missing-prototypes
> -Werror=return-type -Werror=vla -MMD -MF libavcodec/cabac-test.d -MT
> libavcodec/cabac-test.o -c -o libavcodec/cabac-test.o libavcodec/cabac.c
> libavcodec/cabac.c: In function âmainâ:
> libavcodec/x86/cabac.h:169: error: can't find a register in class
> âGENERAL_REGSâ while reloading âasmâ
Works fine on a 64 bit system.
Note that afaik, the program is only useful to developers,
if you want to run the "usual" regression tests, please
run "make fate", don't forget to download the reference
samples:
$ make SAMPLES=fate-suite fate-rsync
$ make SAMPLES=fate-suite fate
Carl Eugen
More information about the ffmpeg-user
mailing list