diff options
author | John Stebbins <[email protected]> | 2016-07-18 13:42:25 -0700 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-09-02 03:33:06 -0400 |
commit | fb78eca4a49077c171ad78177c1615c205adc642 (patch) | |
tree | a74bd30ca1ab0f67e4a37c0c728273d87dc57635 /test | |
parent | e7a320cb6223a2389db025e8bd8001ee9ece9769 (diff) |
contrib: Add opus audio encoder.
Remove:
hb_audio_samplerate_get_best()
Add:
hb_audio_samplerate_is_supported()
hb_audio_samplerate_find_closest()
hb_audio_samplerate_get_sr_shift()
Diffstat (limited to 'test')
-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 904a2e0f5..3750d6efd 100644 --- a/test/module.defs +++ b/test/module.defs @@ -17,7 +17,7 @@ TEST.GCC.l = \ ass avresample avformat avcodec avfilter avutil mp3lame dvdnav \ dvdread fontconfig fribidi \ samplerate swscale vpx theoraenc theoradec vorbis vorbisenc ogg x264 \ - bluray freetype xml2 bz2 z jansson harfbuzz + bluray freetype xml2 bz2 z jansson harfbuzz opus ifeq (1,$(FEATURE.qsv)) TEST.GCC.D += USE_QSV HAVE_THREADS=1 |