Nicolas F.
Nicolas F.
@magicgoose that pngquant must not be the one you're referring to, because the one you linked is written in C99.
It's also in the official Arch Linux repositories https://archlinux.org/packages/community/x86_64/oxipng/ Since Debian and Ubuntu ship other rust utilities now (e.g. the excellent ripgrep) I imagine it's only a matter of time...
That's the intended behaviour. The question I was asking myself is "how long until this point in the video?"
And here's another logfile with both mpv and libplacebo updated to latest master and rebuilt without whatever weird shit keeps touching my git checkouts preventing the git pulls of ./rebuild...
Only happens with hwdec, can still reproduce as of current master.
No, on account of ffplay crashing xwayland.
Okay, first we need to enable the SPI bus and add a "dummy" device on chip select 0. This is SPI3, so we need the following overlay, which you can...
@Gerriko compatible should be `compatible = "qca,qca7000";`, no space after the vendor prefix. Additionally, your kernel needs to be built with `CONFIG_QCA7000` and `CONFIG_QCA7000_SPI` enabled (either =m or =y). The...
> but my aim was to create a network device driver module and then load using something like modprobe (or insmod). That would be redundant as a driver for this...
Place your old config file into a file named `.config` in the root of the Linux kernel source tree.