Christopher Degawa

Results 19 issues of Christopher Degawa

Is there a specific license applied for multitwitch?

**Describe the bug** Attempting to configure FFmpeg with a static build results in ```c ccache clang++ ... -DHWY_STATIC_DEFINE -DJXL_STATIC_DEFINE -DJXL_STATIC_DEFINE -LD:/clang/local64/lib -L -LD:/clang/msys64/mingw64/lib -o /tmp/ffconf.RcMp22qB/test.exe /tmp/ffconf.RcMp22qB/test.o -ljxl -lm -ljxl_cms -lm...

bug
building/portability
unrelated to 1.0

Will there any potential future support for mingw-w64 go/windows native (not wsl)? I'm not exactly sure how sshcode and go work so I'm sorry if this is a dumb question

Allows for easy {cross-,}compilation for Windows and a lot of other systems Adds a meson.build file that actually contains the directives for meson and the reversion.sh script written in basic...

causes an error on Windows due to __argc and __argv being defined to something else Signed-off-by: Christopher Degawa Closes https://github.com/xiph/vorbis-tools/issues/38

log: ```c ../../oggenc/oggenc.c:735:30: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'int (*)'; take the address with & [-Wint-conversion] while((ret = getopt_long(argc, argv, "a:b:B:c:C:d:G:hkl:L:m:M:n:N:o:P:q:QrR:s:t:VX:Y:", ^~~~ &...

A pkg-confg (.pc) file would be nice for better integration within the open source ecosystem by way of providing an easier way to declare what CFLAGS and LDFLAGS are needed...

The current search bar only searches by package name in either `Base Packages` or `Packages` meaning if I were to want to look up a `Fourth` compiler, I would need...

gcc 14 promoted -Wincompatible-pointer-types to an error and now shows ```c src/quickjs/quickjs-libc.c:3376:49: error: passing argument 2 of 'GetExitCodeProcess' from incompatible pointer type [-Wincompatible-pointer-types] 3376 | GetExitCodeProcess(pi.hProcess, &ret); | ^~~~ |...