diff options
author | Damiano Galassi <[email protected]> | 2021-01-23 18:56:10 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2021-01-23 19:00:27 +0100 |
commit | 581f60136ad0c68b8849cd0b6f9331cf1283cb5c (patch) | |
tree | 6f744caebd526953e17b6d6418d0d5009234193a /libhb | |
parent | 00beb1c9b8decd7c58cafc95cd7a99a707d66a2c (diff) |
contrib: add zimg.
Diffstat (limited to 'libhb')
-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 a6aec9702..e04d3ecfb 100644 --- a/libhb/module.defs +++ b/libhb/module.defs @@ -114,7 +114,7 @@ LIBHB.lib = $(LIBHB.build/)hb.lib LIBHB.dll.libs = $(foreach n, \ ass avformat avfilter avcodec avutil swresample postproc dvdnav dvdread \ freetype mp3lame swscale vpx theora vorbis vorbisenc ogg x264 xml2 \ - bluray jansson harfbuzz opus speex dav1d turbojpeg, \ + bluray jansson harfbuzz opus speex dav1d turbojpeg zimg, \ $(CONTRIB.build/)lib/lib$(n).a ) ifeq (1,$(FEATURE.fdk_aac)) |