From 5b78c67260c14642ca29844750752ac2aa9d8333 Mon Sep 17 00:00:00 2001 From: brian-ch Date: Mon, 16 Jun 2014 00:40:08 +0000 Subject: Update libavutil files for ffmpeg 2.2 git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3073 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg-2.2/libavutil/cpu.pas | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/lib/ffmpeg-2.2/libavutil/cpu.pas') diff --git a/src/lib/ffmpeg-2.2/libavutil/cpu.pas b/src/lib/ffmpeg-2.2/libavutil/cpu.pas index 4cb468a8..631cc255 100644 --- a/src/lib/ffmpeg-2.2/libavutil/cpu.pas +++ b/src/lib/ffmpeg-2.2/libavutil/cpu.pas @@ -19,7 +19,7 @@ * - Changes and updates by the UltraStar Deluxe Team * * Conversion of libavutil/cpu.h - * avutil version 52.48.100 - 52.48.101 + * avutil version 52.66.100 * *) @@ -51,7 +51,10 @@ const AV_CPU_FLAG_CMOV = $1001000; ///< supports cmov instruction AV_CPU_FLAG_AVX2 = $8000; ///< AVX2 functions: requires OS support even if YMM registers aren't used - + AV_CPU_FLAG_FMA3 = $10000; ///< Haswell FMA3 functions + AV_CPU_FLAG_BMI1 = $20000; ///< Bit Manipulation Instruction Set 1 + AV_CPU_FLAG_BMI2 = $40000; ///< Bit Manipulation Instruction Set 2 + AV_CPU_FLAG_ALTIVEC = $0001; ///< standard AV_CPU_FLAG_ARMV5TE = (1 << 0); -- cgit v1.2.3