Something, probably the x265 update, broke HandBrake?

/pobj/handbrake-1.6.1/HandBrake-1.6.1/libhb/encx265.c:444:20: warning: 
comparison of array 'param->csvfn' equal to a n
ull pointer is always false [-Wtautological-pointer-compare]
        if (param->csvfn == NULL)
            ~~~~~~~^~~~~    ~~~~
/pobj/handbrake-1.6.1/HandBrake-1.6.1/libhb/encx265.c:447:26: error: array type 
'char[256]' is not assignable
            param->csvfn = strdup(pv->csvfn);
            ~~~~~~~~~~~~ ^
1 warning and 1 error generated.

Reply via email to