summaryrefslogtreecommitdiff
path: root/audio/flac/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'audio/flac/patches/patch-af')
-rw-r--r--audio/flac/patches/patch-af20
1 files changed, 0 insertions, 20 deletions
diff --git a/audio/flac/patches/patch-af b/audio/flac/patches/patch-af
deleted file mode 100644
index 314c4f5f99a..00000000000
--- a/audio/flac/patches/patch-af
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-af,v 1.1 2004/10/18 14:23:29 ben Exp $
-
---- src/libFLAC/include/private/lpc.h.orig Tue Jul 27 12:13:25 2004
-+++ src/libFLAC/include/private/lpc.h
-@@ -61,6 +61,7 @@ void FLAC__lpc_compute_autocorrelation_a
- void FLAC__lpc_compute_autocorrelation_asm_ia32_3dnow(const FLAC__real data[], unsigned data_len, unsigned lag, FLAC__real autoc[]);
- #endif
- #endif
-+#endif
-
- /*
- * FLAC__lpc_compute_lp_coefficients()
-@@ -154,7 +155,6 @@ void FLAC__lpc_restore_signal_asm_ia32_m
- #elif defined FLAC__CPU_PPC
- void FLAC__lpc_restore_signal_asm_ppc_altivec_16(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[]);
- void FLAC__lpc_restore_signal_asm_ppc_altivec_16_order8(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[]);
--#endif
- #endif
- #endif
-