[FFmpeg-devel] [PATCH/RFC] mathops/x86: work around inline asm miscompilation with GCC 4.8.1

Carl Eugen Hoyos cehoyos at ag.or.at
Fri Jun 21 17:03:10 CEST 2013


Hendrik Leppkes <h.leppkes <at> gmail.com> writes:

>  static inline av_const int mid_pred(int a, int b, int c)
>  {
>      int i=b;
> -    __asm__ volatile(
> +    __asm__ (

Any opinions on whether this should be 
backported or not?

Carl Eugen



More information about the ffmpeg-devel mailing list