upgrade ffmpeg/x265, guard avcodec_flush_buffers, filebox fixups, remove unused grid...
[goodguy/history.git] / cinelerra-5.0 / thirdparty / src / ffmpeg.patch1
index c35a6db4fff5e114e21b57df231285d86d612143..460b685651798da3d1cc29b8298ff78d63bc059c 100644 (file)
@@ -8,6 +8,6 @@
 +enabled libx265           && { use_pkg_config x265 "stdint.h x265.h" x265_encoder_encode ||
 +                               { require libx265 x265.h x265_encoder_encode -lx265 -lstdc++ &&
 +                                 warn "using libx265 without pkg-config"; } } &&
-                              { check_cpp_condition x265.h "X265_BUILD >= 17" ||
-                                die "ERROR: libx265 version must be >= 17."; }
+                              { check_cpp_condition x265.h "X265_BUILD >= 57" ||
+                                die "ERROR: libx265 version must be >= 57."; }
  enabled libxavs           && require libxavs xavs.h xavs_encoder_encode -lxavs