Re: [libav-devel] [PATCH] lavfi: put inline assembly under HAVE_INLINE_ASM.

2012-07-22 Thread Diego Biurrun
On Sat, Jul 21, 2012 at 05:03:12PM -0700, Ronald S. Bultje wrote: > From: "Ronald S. Bultje" > > This allows compiling this code using compilers that do not understand > gcc-style inline assembly. > --- > libavfilter/x86/gradfun.c |6 ++ > libavfilter/x86/yadif.c |6 ++ > 2 fil

Re: [libav-devel] [PATCH] lavfi: put inline assembly under HAVE_INLINE_ASM.

2012-07-22 Thread Ronald S. Bultje
Hi, On Sat, Jul 21, 2012 at 5:03 PM, Ronald S. Bultje wrote: > From: "Ronald S. Bultje" > > This allows compiling this code using compilers that do not understand > gcc-style inline assembly. > --- > libavfilter/x86/gradfun.c |6 ++ > libavfilter/x86/yadif.c |6 ++ > 2 files c

[libav-devel] [PATCH] lavfi: put inline assembly under HAVE_INLINE_ASM.

2012-07-21 Thread Ronald S. Bultje
From: "Ronald S. Bultje" This allows compiling this code using compilers that do not understand gcc-style inline assembly. --- libavfilter/x86/gradfun.c |6 ++ libavfilter/x86/yadif.c |6 ++ 2 files changed, 12 insertions(+) diff --git a/libavfilter/x86/gradfun.c b/libavfilter