]> git.pld-linux.org Git - packages/libsndfile.git/commitdiff
- upstream fix for x86_64 build auto/ti/libsndfile-1_0_19-2
authorhawk <hawk@pld-linux.org>
Fri, 13 Mar 2009 14:27:13 +0000 (14:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libsndfile-vorbis-test.patch -> 1.1

libsndfile-vorbis-test.patch [new file with mode: 0644]

diff --git a/libsndfile-vorbis-test.patch b/libsndfile-vorbis-test.patch
new file mode 100644 (file)
index 0000000..4756b7f
--- /dev/null
@@ -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) ;
+               } ;
This page took 0.029246 seconds and 4 git commands to generate.