diff options
author | John Stebbins <[email protected]> | 2019-08-11 10:35:58 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2019-08-11 13:28:36 -0700 |
commit | d72949510fce08328fca14fb124814f122efb1d9 (patch) | |
tree | 9c9aad7023978d8eb03d22e3337491786a9eec4b /make | |
parent | 17b12685461281b81143c393a914819195e8428e (diff) |
Remove libsamplerate
Convert the last use of libsamplerate in sync.c to swresample
Diffstat (limited to 'make')
-rw-r--r-- | make/include/main.defs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/make/include/main.defs b/make/include/main.defs index 380362d6e..b11d00d28 100644 --- a/make/include/main.defs +++ b/make/include/main.defs @@ -24,7 +24,6 @@ ifneq (,$(filter $(HOST.system),darwin cygwin mingw)) MODULES += contrib/libopus MODULES += contrib/libspeex MODULES += contrib/libtheora - MODULES += contrib/libsamplerate MODULES += contrib/lame MODULES += contrib/x264 MODULES += contrib/jansson |