BtbN
BtbN
Yeah, -DLIBSSH_STATIC=1 needs to be part of Cflags.private in the .pc file. Might be worth opening an upstream bug for. It's also easily hot-patched after the install until it's fixed...
Yeah, now you need to figure out from which library those come (some of them look like openssl stuff to me), and add it to Libs.private. The usual "We never...
I've thought about doing aarch64 windows builds, but for it to integrate properly and not requiring a full rewrite of the entire tooling, crosstools-ng would need support first. Which should...
crosstools-ng still shows no signs of plans support for this sadly. I tried using something clang based, but too many dependencies fail to build with it, so until crosstools-ng adds...
https://github.com/crosstool-ng/crosstool-ng/issues/652 a long time ago
For reference, this is a working local manifest as of today. https://github.com/BtbN/android_device_qcom_sepolicy is identical with upstream LineageOS but with https://github.com/LineageOS/android_device_qcom_sepolicy/commit/7eac19179bb563ccc05316b91033ef3853f346c0 reverted. ``` ```
I tried implementing the proposed workaround, with the effect that now two uploads work, but the third one fails.
The issue is definitely still happening for me on the latest version.
Did you modify your page, so the InputFile element is not rendered anymore? It has to stay present, otherwise the browser cleans up any resources associated with it.
Changing the behaviour in ffmpeg for this now would be an API break, so I can't reasonably do that. The correct way forward would be for OBS to expose the...