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 /test/module.defs | |
parent | 17b12685461281b81143c393a914819195e8428e (diff) |
Remove libsamplerate
Convert the last use of libsamplerate in sync.c to swresample
Diffstat (limited to 'test/module.defs')
-rw-r--r-- | test/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/module.defs b/test/module.defs index db2ec169a..22000f73c 100644 --- a/test/module.defs +++ b/test/module.defs @@ -16,7 +16,7 @@ TEST.libs = $(LIBHB.a) TEST.GCC.l = \ ass avformat avfilter avcodec avutil swresample postproc mp3lame dvdnav \ dvdread fribidi \ - samplerate swscale vpx theoraenc theoradec vorbis vorbisenc ogg x264 \ + swscale vpx theoraenc theoradec vorbis vorbisenc ogg x264 \ bluray freetype xml2 bz2 z jansson harfbuzz opus speex lzma ifeq (,$(filter $(HOST.system),darwin cygwin mingw)) |