diff options
author | Bradley Sepos <[email protected]> | 2020-03-16 01:22:00 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2020-06-15 17:18:42 -0400 |
commit | 5f53243424b4f9bead50079982556caaad31476e (patch) | |
tree | c8967458e603e8e856ea30594e48d28954beb4bf /gtk | |
parent | ed54f307f8f139a6bcc02274c7c2b01ae35c0502 (diff) |
contrib: gtk: libhb: macosx: make: test: Add libjpeg-turbo.
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/configure.ac b/gtk/configure.ac index 3455a582f..a2de5fb4c 100644 --- a/gtk/configure.ac +++ b/gtk/configure.ac @@ -199,7 +199,7 @@ AM_CONDITIONAL([GHB_GTK_3_16], [test "$HAVE_GTK_316" -eq 1]) AM_CONDITIONAL([MINGW], [test "x$mingw_flag" = "xyes"]) -HB_LIBS="$HB_LIBS -lhandbrake -lavformat -lavfilter -lavcodec -lavutil -ldav1d -lswresample -lpostproc -ldvdnav -ldvdread -lmp3lame -lvorbis -lvorbisenc -logg -lswscale -ltheoraenc -ltheoradec -lvpx -lz -lbz2 -lbluray -lass -lfontconfig -lfreetype -lxml2 -ljansson -lopus -lspeex -llzma" +HB_LIBS="$HB_LIBS -lhandbrake -lavformat -lavfilter -lavcodec -lavutil -ldav1d -lswresample -lpostproc -ldvdnav -ldvdread -lmp3lame -lvorbis -lvorbisenc -logg -lswscale -ltheoraenc -ltheoradec -lvpx -lz -lbz2 -lbluray -lass -lfontconfig -lfreetype -lxml2 -ljansson -ljpeg -lopus -lspeex -lturbojpeg -llzma" HB_CPPFLAGS="$HB_CPPFLAGS $HBINC" PKG_CHECK_MODULES([x264], [x264], sys_x264=yes, sys_x264=no) |