From 8e82f5048e24581e9a7002036bd47914576eb620 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Thu, 7 Jun 2007 13:24:19 +0000 Subject: emms --> emms_c, patch by Ronald S. Bultje, rbultje ronald.bitfreak net reference thread: Subject: Re: [FFmpeg-devel] [PATCH] Coremake support - ff-grab-emms_c.patch (1/1) Date: Thu, 07 Jun 2007 09:01:44 -0400 Originally committed as revision 9236 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/grab.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libavformat') diff --git a/libavformat/grab.c b/libavformat/grab.c index 56d16a950d..1abfbd60a4 100644 --- a/libavformat/grab.c +++ b/libavformat/grab.c @@ -839,9 +839,7 @@ static int aiw_read_picture(VideoData *s, uint8_t *data) DEINT_LINE_LUM(12) } } -#ifdef HAVE_MMX - emms(); -#endif + emms_c(); return s->frame_size; } -- cgit v1.2.3