shithub: libsamplerate

Download patch

ref: b12668ac1c0a223d0effd13447e7f7c3a6690912
parent: f42f97f3312e342568f8d3cb432e44944e9768b5
author: Jan Starý <hans@stare.cz>
date: Thu May 30 05:26:05 EDT 2019

clean up after moving sndfile-resample away

--- a/.gitignore
+++ b/.gitignore
@@ -34,7 +34,6 @@
 depcomp
 doc/ChangeLog
 doc/NEWS
-examples/sndfile-resample
 examples/timewarp-file
 examples/varispeed-play
 install-sh
--- a/INSTALL
+++ b/INSTALL
@@ -7,12 +7,11 @@
 
 Preliminaries
 -------------
-1) Included with libsamplerate is a command line program named
-   sndfile-resample which uses libnsdile:
+1) Included with libsamplerate are example programs which use libnsdile:
 
         http://www.mega-nerd.com/libsndfile/
 
-   for file I/O. If you want to use sndfile-resample you need to
+   for file I/O. If you want to build them you need to
    ensure that libsndfile is correctly installed first. If it is, the
    command "pkg-config --cflags --libs sndfile" should print out
    something like this:
@@ -30,9 +29,6 @@
 
        export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
 
-   Pkg-config should now work. If it doesn't you need to fix it if you
-   want to use sndfile-resample.
-
 2) The included tests suite for libsamplerate needs libfftw3 which is
    available here:
 
@@ -108,10 +104,4 @@
    (also as the root user):
 
         ldconfig -v
-
-As a final test, you can run
-
-        sndfile-resample
-
-to make sure everything is installed correctly.