if(!use_brender)
post_item(FILE_TIFF);
post_item(FILE_TIFF_LIST);
-
+#ifdef HAVE_OPENEXR
+ if(use_brender)
+ post_item(FILE_EXR_LIST);
+#endif
update(&format_items, 0, 0, 1);
}
x264.cfg_params?= --enable-static --enable-pic
x265.cfg_vars?=$(call cmake_config,source)
x265.cfg_params?= -DENABLE_SHARED=no
-libvpx.cfg_params?= --enable-pic --disable-avx512
+libvpx.cfg_params?= --enable-pic --disable-avx512 --disable-examples --disable-unit_tests
DS:=$$$$$$$$
pkg_cfg=$(call bld_path,$(1),usr/local/lib/pkgconfig):
+x265.cfg_vars?=chmod +x ./configure; chmod +x ./multilib.sh;
+#x265.cfg_vars?=$(call cmake_config,source)
+#x265.cfg_params?= -DENABLE_SHARED=no
- libvpx.cfg_params?= --enable-pic --disable-avx512
-
+ libvpx.cfg_params?= --enable-pic --disable-avx512 --disable-examples --disable-unit_tests
+
DS:=$$$$$$$$
diff --git a/cinelerra-5.1/thirdparty/src/x265_3.5.patch1 b/cinelerra-5.1/thirdparty/src/x265_3.5.patch1
new file mode 100644