update version, jbig for tiff, del ub15, add ub17
[goodguy/history.git] / cinelerra-5.1 / configure.ac
index da5aadec94318d8275513c2902f7714e361be8fb..e5923f7abe291c262dd8d146f1e84e921c3f1e3c 100644 (file)
@@ -294,12 +294,12 @@ PKG_3RD([twolame],[auto],
   [  libtwolame ])
 
 PKG_3RD([x264],[auto],
-  [x264-snapshot-20170416-2245-stable],
+  [x264-snapshot-20170426-2245],
   [ libx264.a ],
   [ . ])
 
 PKG_3RD([x265],[auto],
-  [x265_2.3],
+  [x265_2.4],
   [ libx265.a ],
   [ . source ])
 
@@ -677,6 +677,9 @@ echo "  using: ladspa-build = $WANT_LADSPA_BUILD"
 echo ""
 
 # build extras
+if test "x$HAVE_tiff" = "xyes"; then
+  EXTRA_LIBS+=' -ljbig'
+fi
 if test "x$HAVE_NUMA" = "xyes"; then
   EXTRA_LIBS+=' -lnuma'
 fi