[FFmpeg-devel] [PATCH] Coremake support - ff-grab-emms_c.patch (1/1)
Ronald S. Bultje
rbultje
Thu Jun 7 15:01:44 CEST 2007
Hi,
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().
Ronald
Index: grab.c
===================================================================
--- grab.c (revision 9221)
+++ grab.c (working copy)
@@ -839,9 +839,7 @@
DEINT_LINE_LUM(12)
}
}
-#ifdef HAVE_MMX
- emms();
-#endif
+ emms_c();
return s->frame_size;
}
More information about the ffmpeg-devel
mailing list