minor improvements from Andrew
authorGood Guy <good1.2guy@gmail.com>
Sun, 15 Aug 2021 22:02:12 +0000 (16:02 -0600)
committerGood Guy <good1.2guy@gmail.com>
Sun, 15 Aug 2021 22:02:12 +0000 (16:02 -0600)
cinelerra-5.1/cinelerra/formatpopup.C
cinelerra-5.1/thirdparty/Makefile
cinelerra-5.1/thirdparty/compile_multibit_X265.txt

index addd4a2c7a598dbb810a3ae99260a97cc3474bdf..dc1e95154f1d621ab523b6fa8581a647ee1d1327 100644 (file)
@@ -92,7 +92,10 @@ void FormatPopup::create_objects()
        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);
 }
 
index 73d3d1b7b224575ed5c3847ce9b8ba1d6b73092c..7f995e16dd69ec564e0e7492059320337a4f73ab 100644 (file)
@@ -252,7 +252,7 @@ twolame.cfg_params?=--enable-shared=no
 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):
index 6a14f16619691de044ede173e03300b07de01917..a96f3396ecaa391bacb90f670c9b89374f4075b7 100644 (file)
@@ -25,8 +25,8 @@ diff --git a/cinelerra-5.1/thirdparty/Makefile b/cinelerra-5.1/thirdparty/Makefi
 +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