Author: abrander Date: 2009-09-21 13:34:13 +0200 (Mon, 21 Sep 2009) New Revision: 2637
Modified: trunk/plugins/resample/resample.c Log: Re-enabled RSResample for non-SSE2 archs. Modified: trunk/plugins/resample/resample.c =================================================================== --- trunk/plugins/resample/resample.c 2009-09-20 21:07:39 UTC (rev 2636) +++ trunk/plugins/resample/resample.c 2009-09-21 11:34:13 UTC (rev 2637) @@ -21,7 +21,9 @@ #include <rawstudio.h> #include <math.h> +#if defined (__SSE2__) #include <emmintrin.h> +#endif /* __SSE2__ */ #define RS_TYPE_RESAMPLE (rs_resample_type) _______________________________________________ Rawstudio-commit mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit
