On Mon, Dec 15, 2025 at 4:31 AM Andrew Randrianasulu <[email protected]> wrote: > > On Mon, Dec 15, 2025 at 4:17 AM Andrew Randrianasulu > <[email protected]> wrote: > > > > > > > > пн, 15 дек. 2025 г., 03:15 Phyllis Smith <[email protected]>: > >> > >> The default of x265 multibit works all of the time. With the 2 patches > >> applied, I can not get x265 multibit to NOT work. Tried: > >> --disable-x265_hidepth and --enable -x265_hidepth=no . > >> In looking at the log I see what I expect except always get "using: > >> with-x265_depth". What am I doing wrong? > > > > > > Strange, probably rebase go wrong? > > > > > > With my git tree I have: > > > > ./configure --with-single-user --disable-x265_hidepth > > > > using: without-x265_hidepth > > > > and it sets > > > > WANT_X265_HIDEPTH := no > > > > in global_config > > I rebased patches manually (there was conflict in configure.ac > > It sets variables ok, hopefully. for me. > > I think it sets yes twice, will try to rework/retest it a bit now.
removed chunk I added initially, it really not needed. Now variable should be set only once > > > > > >>> using: with-xv > >>> using: with-vaapi > >>> using: with-vdpau > >>> using: without-onevpl > >>> using: without-vulkan > >>> using: without-libplacebo > >>> using: without-libzimg > >>> using: without-cuda > >>> > >>> using: with-nv > >>> using: with-wintv > >>> using: with-x10tv > >>> using: with-x265_depth > >> > >> > >> So I tried without the "hi" of "hidepth" with no luck: configure: > >> WARNING: unrecognized options: --enable-x265_depth > >> > >> On Sun, Dec 7, 2025 at 10:21 PM Andrew Randrianasulu > >> <[email protected]> wrote: > >>> > >>> using old switch > >>> > >>> --enable-x265_hidepth build x265 10/12bit ([yes]) > >>> > >>> Note, i think I'll rebase this on top of Vulkan/etc patches but at > >>> some point Phyllis asked if there was way to make x265 build only 8bit > >>> variant for faster testing. I think now it is!
From fc213ecf3fd215b754fb68dff0f245ffd359bc64 Mon Sep 17 00:00:00 2001 From: Andrew Randrianasulu <[email protected]> Date: Mon, 15 Dec 2025 04:40:49 +0300 Subject: [PATCH 3/3] Remove unneeded x265_hidepth enable (duplicate) --- cinelerra-5.1/configure.ac | 8 -------- 1 file changed, 8 deletions(-) diff --git a/cinelerra-5.1/configure.ac b/cinelerra-5.1/configure.ac index 18730be6..9489db00 100644 --- a/cinelerra-5.1/configure.ac +++ b/cinelerra-5.1/configure.ac @@ -1186,19 +1186,11 @@ if test "x$WANT_LIBZIMG" != "xno" -a "x$HAVE_LIBZIMG" = "xyes"; then fi CFG_WANTS+=" LIBZIMG" - - - if test "x$WANT_NV" != "xno"; then WANT_NV="yes" CFG_WANTS+=" NV" fi -if test "x$WANT_X265_HIDEPTH" != "xno"; then - WANT_X265_HIDEPTH="yes" - CFG_WANTS+=" X265_HIDEPTH" -fi - if test "x$HAVE_DL" = "xyes"; then EXTRA_LIBS+=' -ldl' FFMPEG_EXTRA_LDFLAGS+=' -ldl' -- 2.46.4
_______________________________________________ Cin mailing list -- [email protected] To unsubscribe send an email to [email protected]

