[FFmpeg-devel] [PATCH] Coremake support - ff-grab-emms_c.patch (1/1)

Diego Biurrun diego
Thu Jun 7 16:14:17 CEST 2007


On Thu, Jun 07, 2007 at 09:01:44AM -0400, Ronald S. Bultje wrote:
> 
> In article <20070521171340.GK16391 at MichaelsNB>,
>  Michael Niedermayer <michaelni at gmx.at> wrote:
> > > > split it :)
> > > 
> > > Ok, how? 
> > 
> > so that no 2 unrelated changes are in 1 patch, emms->emms_c and
> > HAVE_GPL for example are unrelated
> 
> Attached patch is the remaining emms() function in lavf/grab.c. Someone 
> already moved the test ones over to emms_c().
> 
> --- grab.c	(revision 9221)
> +++ grab.c	(working copy)
> @@ -839,9 +839,7 @@
>      }
> -#ifdef HAVE_MMX
> -    emms();
> -#endif
> +    emms_c();

This was missing a dsputil.h #include, emms_c is a macro.  I'm sharing
the Cola with you.  Fixed.

Diego




More information about the ffmpeg-devel mailing list