Commit 8e82f504 authored by Ronald S. Bultje's avatar Ronald S. Bultje Committed by Diego Biurrun

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
parent 9097a8e4
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment