On Mon, Jan 18, 2016 at 11:24:38PM -0300, James Almer wrote: > On 1/18/2016 12:38 PM, Diego Biurrun wrote: > > --- > > libavutil/cpu.h | 1 + > > libavutil/x86/cpu.h | 6 ++++++ > > Missing minor version bump. > > > --- a/libavutil/cpu.h > > +++ b/libavutil/cpu.h > > @@ -38,6 +38,7 @@ > > #define AV_CPU_FLAG_SSE3SLOW 0x20000000 ///< SSE3 supported, but usually > > not faster > > ///< than regular MMX/SSE (e.g. > > Core1) > > #define AV_CPU_FLAG_SSSE3 0x0080 ///< Conroe SSSE3 functions > > +#define AV_CPU_FLAG_SSSE3SLOW 0x80000000 ///< SSSE3 supported, but usually > > not faster > > This value is used by AV_CPU_FLAG_FORCE. Make this new flag 0x4000000 instead.
Thanks, will send an amended version later. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
