diff options
Diffstat (limited to 'audio/aften/files/patch-libaften_cpu__caps.h')
-rw-r--r-- | audio/aften/files/patch-libaften_cpu__caps.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/aften/files/patch-libaften_cpu__caps.h b/audio/aften/files/patch-libaften_cpu__caps.h new file mode 100644 index 000000000000..b4b196655367 --- /dev/null +++ b/audio/aften/files/patch-libaften_cpu__caps.h @@ -0,0 +1,10 @@ +--- libaften/cpu_caps.h.orig 2007-08-11 16:13:25 UTC ++++ libaften/cpu_caps.h +@@ -26,6 +26,7 @@ + #include "ppc_cpu_caps.h" + #else + static inline void cpu_caps_detect(void){} ++static inline void apply_simd_restrictions(__unused AftenSimdInstructions *simd_instructions){} + #endif + + #endif /* CPU_CAPS_H */ |