From 19a03c08301d02082ea66002a0f39cdcab0f77e0 Mon Sep 17 00:00:00 2001 From: Robert Date: Sat, 24 Oct 2009 14:31:21 +0000 Subject: [PATCH] reverted PARALLEL_MODE of FFdecsa to 64_INT --- src/ffdecsa/FFdecsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ffdecsa/FFdecsa.c b/src/ffdecsa/FFdecsa.c index 41ce49dd..3be9855e 100644 --- a/src/ffdecsa/FFdecsa.c +++ b/src/ffdecsa/FFdecsa.c @@ -56,7 +56,7 @@ //////// our choice //////////////// our choice //////////////// our choice //////////////// our choice //////// #ifndef PARALLEL_MODE -#define PARALLEL_MODE PARALLEL_128_SSE2 +#define PARALLEL_MODE PARALLEL_64_MMX #endif //////// our choice //////////////// our choice //////////////// our choice //////////////// our choice ////////