From 5c945ef257319a41e3c72cfc5c31e87ac39b15e6 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 11 Apr 2003 20:38:05 +0000 Subject: [PATCH] - compatibility with new libsndfile Changed files: faad2-libsndfile.patch -> 1.1 --- faad2-libsndfile.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 faad2-libsndfile.patch diff --git a/faad2-libsndfile.patch b/faad2-libsndfile.patch new file mode 100644 index 0000000..bd2dac8 --- /dev/null +++ b/faad2-libsndfile.patch @@ -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 ++} -- 2.44.0