Christopher Degawa

Results 215 comments of Christopher Degawa

Just wondering if we should care about adding in those kinds of graphical libs to stuff like gstreamer

Yeah I'm not going to include it since installing it locally took a long time even with an ssd with the pkg downloaded locally

Can you open mintty and run `ccache -s` and show the output of that command?

And just to make sure `G:/media-autobuild_suite/msys64/home/Jack Wangila` doesn't exist?

Okay, nvm, I think I found the issue, just now need to find a way to figure out why it's occurring

Try again, I don't have a space in my username, so I have no real way of testing if any changes fixes the issue or not

> vorbis-tools ```bash if [[ $standalone = y ]] && enabled libvorbis && do_vcs "https://github.com/xiph/vorbis-tools.git"; then ``` seems it's conditioned on if you want to build standalone binaries and if...

Actually, a lot of them are just `enabled lib` without checking for if ffmpeg is enabled (I don't know which ones mpv check for), I will just go ahead and...

Actually, I realized that I can just move the `[[ $ffmpeg != no ]]` check to inside `enabled()` and that would probably fix it all, but I am concerned about...