summaryrefslogtreecommitdiffstats
path: root/libhb/module.defs
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2020-03-29 21:52:46 -0400
committerBradley Sepos <[email protected]>2020-06-15 17:18:46 -0400
commitf2f39bdc47ee7cc1eab016c2e93c8fb8ded6b97e (patch)
treeec5056dcdbb5cdb4e8d98b4cb8206f55408f1ca4 /libhb/module.defs
parent0bceb3cdba3d22854ab85b5ea9b35aeae61b22cd (diff)
gtk: libhb: macosx: test: Only link libturbojpeg and not libjpeg.
Implementation in #2696 only requires the former.
Diffstat (limited to 'libhb/module.defs')
-rw-r--r--libhb/module.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/module.defs b/libhb/module.defs
index 4fe726eb5..a6aec9702 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 jpeg turbojpeg, \
+ bluray jansson harfbuzz opus speex dav1d turbojpeg, \
$(CONTRIB.build/)lib/lib$(n).a )
ifeq (1,$(FEATURE.fdk_aac))