diff options
author | Bradley Sepos <[email protected]> | 2018-05-29 05:51:07 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-05-29 05:51:07 -0400 |
commit | 4f2a33e550e941ffebebe0697cd362a977fdc2f6 (patch) | |
tree | be8dda4e7903088e897c71225841d6fefdb8af13 /libhb | |
parent | 70e7bb5f55b3fca9e2cf21c1e087cb5c553fa4df (diff) |
contrib: Add Speex decoder libspeex.
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/module.defs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/module.defs b/libhb/module.defs index e575e9117..fae0be2ad 100644 --- a/libhb/module.defs +++ b/libhb/module.defs @@ -1,7 +1,7 @@ __deps__ := A52DEC BZIP2 LIBVPX FFMPEG FREETYPE LAME LIBASS LIBDCA \ LIBDVDREAD LIBDVDNAV LIBICONV LIBSAMPLERATE LIBTHEORA LIBVORBIS LIBOGG \ LIBXML2 PTHREADW32 X264 X265 ZLIB LIBBLURAY FDKAAC LIBMFX LIBGNURX JANSSON \ - HARFBUZZ LIBOPUS + HARFBUZZ LIBOPUS LIBSPEEX ifeq (,$(filter $(BUILD.system),darwin cygwin mingw)) __deps__ += FONTCONFIG @@ -132,7 +132,7 @@ LIBHB.lib = $(LIBHB.build/)hb.lib LIBHB.dll.libs = $(foreach n, \ ass avformat avfilter avcodec avutil avresample swresample postproc dvdnav dvdread \ freetype mp3lame samplerate swscale vpx theora vorbis vorbisenc ogg \ - x264 xml2 bluray jansson harfbuzz opus, \ + x264 xml2 bluray jansson harfbuzz opus speex, \ $(CONTRIB.build/)lib/lib$(n).a ) ifeq (1,$(FEATURE.fdk_aac)) |