summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2007-06-07 13:24:19 +0000
committerDiego Biurrun <diego@biurrun.de>2007-06-07 13:24:19 +0000
commit8e82f5048e24581e9a7002036bd47914576eb620 (patch)
tree4fee6e5e40771bc6d432b73ecd997e6175745759 /libavformat
parent9097a8e48d647d873164923dac584a1ec6b2e273 (diff)
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
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/grab.c4
1 files changed, 1 insertions, 3 deletions
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;
}