summaryrefslogtreecommitdiff
path: root/audio/flac/patches/patch-af
blob: 314c4f5f99af55c1025083ad65f0973a80aa1af7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$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