translate: check for PIPE_SUBSYSTEM_EMBEDDED

This commit is contained in:
Brian Paul 2011-09-21 11:37:49 -06:00
parent c8c2fc9a7a
commit 37ef7c22ab

View file

@ -35,7 +35,7 @@
#include "translate.h"
#if defined(PIPE_ARCH_X86) || (defined(PIPE_ARCH_X86_64) && !defined(__MINGW32__))
#if (defined(PIPE_ARCH_X86) || (defined(PIPE_ARCH_X86_64) && !defined(__MINGW32__))) && !defined(PIPE_SUBSYSTEM_EMBEDDED)
#include "rtasm/rtasm_cpu.h"
#include "rtasm/rtasm_x86sse.h"