From 10becaaf12a5ae7860a62f330a2120d7da3e5c40 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 23 Oct 2003 08:31:26 +0000 Subject: 10l Originally committed as revision 2419 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/faandct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/faandct.c') diff --git a/libavcodec/faandct.c b/libavcodec/faandct.c index e503f2f681..4dcb9dafa7 100644 --- a/libavcodec/faandct.c +++ b/libavcodec/faandct.c @@ -73,7 +73,7 @@ void ff_faandct(DCTELEM * data) FLOAT temp[64]; int i; - emms(); + emms_c(); for (i=0; i<8*8; i+=8) { tmp0= data[0 + i] + data[7 + i]; -- cgit v1.2.3