diff options
author | Bradley Sepos <[email protected]> | 2020-03-29 21:52:46 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2020-06-15 17:18:46 -0400 |
commit | f2f39bdc47ee7cc1eab016c2e93c8fb8ded6b97e (patch) | |
tree | ec5056dcdbb5cdb4e8d98b4cb8206f55408f1ca4 /test/module.defs | |
parent | 0bceb3cdba3d22854ab85b5ea9b35aeae61b22cd (diff) |
gtk: libhb: macosx: test: Only link libturbojpeg and not libjpeg.
Implementation in #2696 only requires the former.
Diffstat (limited to 'test/module.defs')
-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 3418abf0d..33bee3111 100644 --- a/test/module.defs +++ b/test/module.defs @@ -17,7 +17,7 @@ TEST.GCC.l = \ ass avformat avfilter avcodec avutil swresample postproc mp3lame dvdnav \ dvdread fribidi swscale vpx theoraenc theoradec vorbis vorbisenc ogg \ x264 bluray freetype xml2 bz2 z jansson harfbuzz opus speex lzma dav1d \ - jpeg turbojpeg + turbojpeg ifeq (,$(filter $(HOST.system),darwin cygwin mingw)) TEST.GCC.l += fontconfig |