Samuel Mimram wrote:
> The thing is that the build failed on every arch (except i386), see :
>
> https://buildd.debian.org/build.php?pkg=libsndfile
I've just confirmed this on Debian Testing on Amd64.
The following patch fixes it.
Cheers,
Erik
--- libsndfile-1.0.19/tests/vorbis_test.c 2009-02-22 10:06:45.000000000
+1100
+++ libsndfile-1.0.19-hacked/tests/vorbis_test.c 2009-03-04
11:41:07.000000000 +1100
@@ -96,8 +96,8 @@
for (k = 0 ; k < ARRAY_LEN (float_data) ; k ++)
max_abs = max_float (max_abs, fabs (float_data [k])) ;
- if (max_abs > 1.02)
- { printf ("\n\n Error : max_abs %f should be < 1.02.\n\n",
max_abs) ;
+ if (max_abs > 1.021)
+ { printf ("\n\n Error : max_abs %f should be < 1.021.\n\n",
max_abs) ;
exit (1) ;
} ;
--
-----------------------------------------------------------------
Erik de Castro Lopo
-----------------------------------------------------------------
"I run Linux on pretty much everything except the microwave and
washing machine. Those are tempting targets but would probably
make Telsa extremely cross." -- Alan Cox
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]