diff options
| author | 2025-02-04 21:05:18 -0500 | |
|---|---|---|
| committer | 2025-02-04 21:05:18 -0500 | |
| commit | 0060d4f3df9b264e4a4adb77da67336709b41b6b (patch) | |
| tree | a59d4e2f218cec89af56bdb2036d0a2ecd488349 /cross | |
| parent | cdd1f574312722ab305cba6771d9bcc5da0b0c38 (diff) | |
| download | camu-0060d4f3df9b264e4a4adb77da67336709b41b6b.tar.gz camu-0060d4f3df9b264e4a4adb77da67336709b41b6b.tar.bz2 camu-0060d4f3df9b264e4a4adb77da67336709b41b6b.zip | |
Audio buffer and sink fixes, unsigned width/height
- Screen feature testing
- Older FFmpeg support
- Build configuration fixes
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'cross')
| -rw-r--r-- | cross/i686-w64-mingw32.txt | 1 | ||||
| -rw-r--r-- | cross/x86_64-w64-mingw32.txt | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/cross/i686-w64-mingw32.txt b/cross/i686-w64-mingw32.txt index 3e2392f..0153449 100644 --- a/cross/i686-w64-mingw32.txt +++ b/cross/i686-w64-mingw32.txt @@ -3,6 +3,7 @@ c = 'i686-w64-mingw32-gcc' cpp = 'i686-w64-mingw32-g++' ar = 'i686-w64-mingw32-gcc-ar' strip = 'i686-w64-mingw32-strip' +windres = 'i686-w64-mingw32-windres' exe_wrapper = 'wine' [properties] diff --git a/cross/x86_64-w64-mingw32.txt b/cross/x86_64-w64-mingw32.txt index 55fc1e6..aa0e051 100644 --- a/cross/x86_64-w64-mingw32.txt +++ b/cross/x86_64-w64-mingw32.txt @@ -1,10 +1,11 @@ -# ubuntu: sudo apt install mingw-w64 mingw-w64-tools binutils-mingw-w64 meson cmake nasm libz-mingw-w64-dev +# ubuntu/debian: sudo apt install mingw-w64 mingw-w64-tools binutils-mingw-w64 nasm meson cmake libz-mingw-w64-dev [binaries] c = 'x86_64-w64-mingw32-gcc' cpp = 'x86_64-w64-mingw32-g++' ar = 'x86_64-w64-mingw32-gcc-ar' strip = 'x86_64-w64-mingw32-strip' +windres = 'x86_64-w64-mingw32-windres' exe_wrapper = 'wine64' [properties] |