only compile this code if USE_MMX is defined.

2003-07-10  Sven Neumann  <sven@gimp.org>

	* app/composite/gimp-composite-mmx.c: only compile this code if
	USE_MMX is defined.
This commit is contained in:
Sven Neumann 2003-07-09 11:52:10 +00:00 committed by Sven Neumann
parent c366e257c6
commit e3b560f0a9
1 changed files with 5 additions and 0 deletions

View File

@ -40,6 +40,8 @@
#include "gimp-composite-mmx.h"
#ifdef USE_MMX
#undef USE_SSE
#ifdef USE_SSE
@ -2441,8 +2443,11 @@ xxxgimp_composite_valueonly_va8_va8_va8_mmx(GimpCompositeContext *_op)
}
#endif
#endif /* USE_MMX */
void
gimp_composite_mmx_init()
{
}