SOURCES: libsndfile-vorbis-test.patch (NEW) - upstream fix for x86_64 build
hawk
hawk at pld-linux.org
Fri Mar 13 15:27:18 CET 2009
Author: hawk Date: Fri Mar 13 14:27:18 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- upstream fix for x86_64 build
---- Files affected:
SOURCES:
libsndfile-vorbis-test.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/libsndfile-vorbis-test.patch
diff -u /dev/null SOURCES/libsndfile-vorbis-test.patch:1.1
--- /dev/null Fri Mar 13 15:27:19 2009
+++ SOURCES/libsndfile-vorbis-test.patch Fri Mar 13 15:27:13 2009
@@ -0,0 +1,13 @@
+--- libsndfile-1.0.19/tests/vorbis_test.c.orig 2009-02-22 00:06:45.000000000 +0100
++++ libsndfile-1.0.19/tests/vorbis_test.c 2009-03-13 15:22:03.062762569 +0100
+@@ -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) ;
+ } ;
+
================================================================
More information about the pld-cvs-commit
mailing list