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.
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!