mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
cpu-x86: guard header with ifdef
This commit is contained in:
parent
563cb2dea9
commit
e396fe67fb
1 changed files with 5 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue