12345678910111213 |
- $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
-
|