Justin Kromlinger
Justin Kromlinger
Same here, only happens with `--full-static`. ``` podman run -it quay.io/archlinux/archlinux:base-devel pacman -Syu --noconfirm git git clone https://github.com/markus-perl/ffmpeg-build-script cd ffmpeg-build-script git checkout v1.51 ./build-ffmpeg --enable-gpl-and-non-free --latest --full-static --build ``` Build...
Additional notes: Here is the filetree after the above build. https://fb.hash.works/opUPK7 In `workspace/include` one can find freetype2 header files: ``` │ │ ├── freetype2 │ │ │ ├── freetype │ ...
I was able to build `--full-static` using an Ubuntu 24.04 docker image and a fresh build environment. Not sure what causes the issue on Arch. ``` podman run -it docker.io/ubuntu:24.04...
Do you want any changes here? Or is this a feature you don't want merged?
> can you share more on the use-case? and what problem this flag will solve? At work, we need to probe endpoints that endlessly stream data. Without this flag every...
Sorry for the delay, added the requested changes.
Fixed the DCO CI failures.
I don't think the test failures are related to my changes. Are they green on master?
Hm... the branch is up2date.
Note: I've checked the `1.8.{1,2,3}` changelogs, they don't seem to include a fix for the bug I'm seeing.