diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2009-08-13 17:22:39 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2009-08-20 11:31:03 +0200 |
commit | e396fe67fb3b0acec40c2334c426bcb284163d20 (patch) | |
tree | 0aa6c32c847fe5745ee457a6c2d81dd216a99c83 /src | |
parent | 563cb2dea9f7f73180e2b8cc8d45b0df9358c936 (diff) |
cpu-x86: guard header with ifdef
Diffstat (limited to 'src')
-rw-r--r-- | src/pulsecore/cpu-x86.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pulsecore/cpu-x86.h b/src/pulsecore/cpu-x86.h index 8158ea7a..07e630ea 100644 --- a/src/pulsecore/cpu-x86.h +++ b/src/pulsecore/cpu-x86.h @@ -1,3 +1,6 @@ +#ifndef foocpux86hfoo +#define foocpux86hfoo + /*** This file is part of PulseAudio. @@ -59,3 +62,5 @@ typedef int64_t pa_reg_x86; /* some optimized functions */ void pa_volume_func_init_mmx(pa_cpu_x86_flag_t flags); void pa_volume_func_init_sse(pa_cpu_x86_flag_t flags); + +#endif /* foocpux86hfoo */ |