[FFmpeg-devel] [PATCH 01/11] lavu: add AESNI CPU flag
Michael Niedermayer
michael at niedermayer.cc
Mon Oct 19 12:50:35 CEST 2015
On Mon, Oct 19, 2015 at 04:31:18AM -0500, Rodger Combs wrote:
> ---
> configure | 4 ++++
> doc/APIchanges | 3 +++
> libavutil/cpu.c | 4 ++++
> libavutil/cpu.h | 1 +
> libavutil/x86/cpu.c | 2 ++
> libavutil/x86/cpu.h | 3 +++
> libavutil/x86/x86inc.asm | 13 +++++++------
> tests/checkasm/checkasm.c | 1 +
> 8 files changed, 25 insertions(+), 6 deletions(-)
this breaks fate
make V=2 fate-cpu
TEST cpu
./tests/fate-run.sh fate-cpu "fate-suite/" "" "ffmpeg" 'runecho libavutil/cpu-test -t1' '' '/dev/null' '' '1' '' '' '' '' '' '' '' ''
ffmpeg/libavutil/cpu-test -t1
Test cpu failed. Look at tests/data/fate/cpu.err for details.
[cpuflags @ 0x7fff64e8b4e0] [Eval @ 0x7fff64e8ad90] Undefined constant or missing '(' in 'aes'
[cpuflags @ 0x7fff64e8b4e0] Unable to parse option value "aes-ni"
Table missing aes-ni
libavutil/cpu-test
[cpuflags @ 0x7ffd85b26800] [Eval @ 0x7ffd85b260b0] Undefined constant or missing '(' in 'aes'
[cpuflags @ 0x7ffd85b26800] Unable to parse option value "aes-ni"
Table missing aes-ni
please remove the "-" it is a special char and means subtraction
or removial of a flag. it is not allowed in identifers
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
You can kill me, but you cannot change the truth.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20151019/37bdc968/attachment.sig>
More information about the ffmpeg-devel
mailing list