diff options
author | Bradley Sepos <[email protected]> | 2018-08-13 17:27:24 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-08-16 18:26:03 -0400 |
commit | 4b7a96048aa0ebef75079423b64549b763208f32 (patch) | |
tree | 5fbf18aca309bd2cc9757867e69d4cfdd40f093b /libhb/module.defs | |
parent | 29f1a1ee0f951ee6c9e295500a93b05304c562dd (diff) |
contrib: gtk: libhb: macosx: test: Remove remaining traces of libavresample.
Extension of and closes #1422.
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 25f9b170c..3c45869f7 100644 --- a/libhb/module.defs +++ b/libhb/module.defs @@ -115,7 +115,7 @@ LIBHB.dll = $(LIBHB.build/)hb.dll LIBHB.lib = $(LIBHB.build/)hb.lib LIBHB.dll.libs = $(foreach n, \ - ass avformat avfilter avcodec avutil avresample swresample postproc dvdnav dvdread \ + ass avformat avfilter avcodec avutil swresample postproc dvdnav dvdread \ freetype mp3lame samplerate swscale vpx theora vorbis vorbisenc ogg \ x264 xml2 bluray jansson harfbuzz opus speex, \ $(CONTRIB.build/)lib/lib$(n).a ) |