From 0060d4f3df9b264e4a4adb77da67336709b41b6b Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Tue, 4 Feb 2025 21:05:18 -0500 Subject: Audio buffer and sink fixes, unsigned width/height - Screen feature testing - Older FFmpeg support - Build configuration fixes Signed-off-by: Andrew Opalach --- cross/i686-w64-mingw32.txt | 1 + cross/x86_64-w64-mingw32.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'cross') 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] -- cgit v1.2.3-101-g0448