]> code.delx.au - pulseaudio/commitdiff
cpu-x86: guard header with ifdef
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 13 Aug 2009 15:22:39 +0000 (17:22 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 20 Aug 2009 09:31:03 +0000 (11:31 +0200)
src/pulsecore/cpu-x86.h

index 8158ea7a2fa9334c7e1a20cc94af8e9c66e48e85..07e630ea6e456ae726cdb6d6f37a4bc3f79d52a1 100644 (file)
@@ -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 */