summaryrefslogtreecommitdiff
path: root/package/flac/patches/patch-src_libFLAC_lpc_c
blob: 3bacabaa397b0e23cdb162986969419d321e5aa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$Id$
--- flac-1.2.1.orig/src/libFLAC/lpc.c	2007-09-04 20:15:03.000000000 +0200
+++ flac-1.2.1/src/libFLAC/lpc.c	2008-08-20 15:45:13.000000000 +0200
@@ -38,9 +38,7 @@
 #include "FLAC/format.h"
 #include "private/bitmath.h"
 #include "private/lpc.h"
-#if defined DEBUG || defined FLAC__OVERFLOW_DETECT || defined FLAC__OVERFLOW_DETECT_VERBOSE
 #include <stdio.h>
-#endif
 
 #ifndef FLAC__INTEGER_ONLY_LIBRARY