Re: [FFmpeg-devel] [PATCH] x86inc: Make cpuflag() and notcpuflag() return 0 or 1

2015-09-30 Thread Ronald S. Bultje
Hi, On Wed, Sep 30, 2015 at 5:27 PM, Henrik Gramner wrote: > Makes it possible to use them in arithmetic expressions. > --- > libavutil/x86/x86inc.asm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libavutil/x86/x86inc.asm b/libavutil/x86/x86inc.asm > index 6ad9785

[FFmpeg-devel] [PATCH] x86inc: Make cpuflag() and notcpuflag() return 0 or 1

2015-09-30 Thread Henrik Gramner
Makes it possible to use them in arithmetic expressions. --- libavutil/x86/x86inc.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavutil/x86/x86inc.asm b/libavutil/x86/x86inc.asm index 6ad9785..929d0d2 100644 --- a/libavutil/x86/x86inc.asm +++ b/libavutil/x86/x86inc.