mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +02:00
Rob Sykes mods to make libsoxr build for Audacity on Linux
This commit is contained in:
parent
79ee7ac73b
commit
6adf60e0d4
@ -119,7 +119,9 @@ libsoxr
|
|||||||
The SoX Resampler library performs one-dimensional sample-rate conversion,
|
The SoX Resampler library performs one-dimensional sample-rate conversion,
|
||||||
by Rob Sykes.
|
by Rob Sykes.
|
||||||
Version in Audacity SVN: 0.0.2
|
Version in Audacity SVN: 0.0.2
|
||||||
No patches, used as is, with modified .vcproj file in win\Projects\libsoxr.
|
Patches:
|
||||||
|
* "libsoxr/configure" file: modified cmake params
|
||||||
|
* modified .vcproj file in win\Projects\libsoxr
|
||||||
|
|
||||||
|
|
||||||
libvamp
|
libvamp
|
||||||
|
4
lib-src/libsoxr/configure
vendored
4
lib-src/libsoxr/configure
vendored
@ -10,4 +10,6 @@
|
|||||||
|
|
||||||
# Autotools options should not be passed to this script.
|
# Autotools options should not be passed to this script.
|
||||||
|
|
||||||
cmake $* .
|
# Configure for Audacity.
|
||||||
|
# cmake $* .
|
||||||
|
cmake -DBUILD_SHARED_LIBS=OFF -DWITH_OPENMP=OFF .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user