On Thu, Mar 13, 2014 at 11:58:37PM +0100, Vittorio Giovara wrote: > --- a/configure > +++ b/configure > @@ -3709,7 +3709,8 @@ elif enabled ppc; then > > - check_inline_asm dcbzl '"dcbzl 0, %0" :: "r"(0)' > + [ $cpu != e500 -a $cpu != e500v2 ] && > + check_inline_asm dcbzl '"dcbzl 0, %0" :: "r"(0)' > check_inline_asm ibm_asm '"add 0, 0, 0"'
This should be set in the processor section around line 3000 instead. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
