Author: post
Date: 2010-06-30 23:52:42 +0200 (Wed, 30 Jun 2010)
New Revision: 3459
Modified:
trunk/plugins/dcp/dcp-sse2.c
Log:
Fix Non-SSE2 build.
Modified: trunk/plugins/dcp/dcp-sse2.c
===================================================================
--- trunk/plugins/dcp/dcp-sse2.c 2010-06-30 21:49:58 UTC (rev 3458)
+++ trunk/plugins/dcp/dcp-sse2.c 2010-06-30 21:52:42 UTC (rev 3459)
@@ -919,12 +919,17 @@
#undef SETFLOAT4_SAME
#else // if not __SSE2__
-gboolean render_SSE2(ThreadInfo* t)
+
+gboolean
+render_SSE2(ThreadInfo* t)
{
return FALSE;
}
-static void calc_hsm_constants(const RSHuesatMap *map, PrecalcHSM* table)
+
+void
+calc_hsm_constants(const RSHuesatMap *map, PrecalcHSM* table)
{
return;
}
+
#endif
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit