]> git.pld-linux.org Git - packages/faad2.git/commitdiff
- compatibility with new libsndfile
authorwolf <wolf@pld-linux.org>
Fri, 11 Apr 2003 20:38:05 +0000 (20:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    faad2-libsndfile.patch -> 1.1

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

diff --git a/faad2-libsndfile.patch b/faad2-libsndfile.patch
new file mode 100644 (file)
index 0000000..bd2dac8
--- /dev/null
@@ -0,0 +1,19 @@
+diff -ruN faad2./frontend/audio.c faad2/frontend/audio.c
+--- faad2./frontend/audio.c    Thu Jul 25 14:42:54 2002
++++ faad2/frontend/audio.c     Fri Apr 11 17:15:33 2003
+@@ -52,7 +52,7 @@
+         break;
+     }
+     aufile->sfinfo.channels = channels;
+-    aufile->sfinfo.samples  = 0;
++    aufile->sfinfo.frames  = 0;
+ #ifdef _WIN32
+     if(infile[0] == '-')
+     {
+@@ -90,4 +90,4 @@
+     sf_close(aufile->sndfile);
+     if (aufile) free(aufile);
+-}
+\ No newline at end of file
++}
This page took 0.05906 seconds and 4 git commands to generate.