On Fri, Jan 27, 2012 at 10:54:05AM +0800, Ronald S. Bultje wrote: > Assemblers don't understand ! in %if statements. > --- > libavutil/x86/x86inc.asm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/libavutil/x86/x86inc.asm b/libavutil/x86/x86inc.asm > index 9bbe446..06a1c9f 100644 > --- a/libavutil/x86/x86inc.asm > +++ b/libavutil/x86/x86inc.asm > @@ -83,7 +83,7 @@ > > %if WIN64 > %define PIC > -%elif !ARCH_X86_64 > +%elif ARCH_X86_64 == 0 > ; x86_32 doesn't require PIC. > ; Some distros prefer shared objects to be PIC, but nothing breaks if > ; the code contains a few textrels, so we'll skip that complexity. > --
looks good _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
