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 /libhb/module.defs | |
parent | 17b12685461281b81143c393a914819195e8428e (diff) |
Remove libsamplerate
Convert the last use of libsamplerate in sync.c to swresample
Diffstat (limited to 'libhb/module.defs')
-rw-r--r-- | libhb/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/module.defs b/libhb/module.defs index c7321fffc..e76358f39 100644 --- a/libhb/module.defs +++ b/libhb/module.defs @@ -102,7 +102,7 @@ LIBHB.lib = $(LIBHB.build/)hb.lib LIBHB.dll.libs = $(foreach n, \ ass avformat avfilter avcodec avutil swresample postproc dvdnav dvdread \ - freetype mp3lame samplerate swscale vpx theora vorbis vorbisenc ogg \ + freetype mp3lame swscale vpx theora vorbis vorbisenc ogg \ x264 xml2 bluray jansson harfbuzz opus speex, \ $(CONTRIB.build/)lib/lib$(n).a ) |