From 90da3b27d939b3b7af1cf7fed10dfaaa7e271622 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Thu, 30 Oct 2025 14:40:08 -0400 Subject: Fixes from testing sink change, document things Signed-off-by: Andrew Opalach --- env/android_build.txt | 2 +- env/mingw_build.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'env') diff --git a/env/android_build.txt b/env/android_build.txt index 7855be7..c89cc1d 100644 --- a/env/android_build.txt +++ b/env/android_build.txt @@ -1,4 +1,4 @@ #! /usr/bin/env sh meson setup build-android -Dserver=disabled -Drenderer-api=gl -Dwindow=glfm \ - -Dcodec-ffmpeg-version=8 -Dcodec-hwaccels=mediacodec \ + -Dcodec-ffmpeg-version=8 -Dcodec-hwaccels=mediacodec -Dtests=disabled \ --cross-file ./cross/aarch64-linux-android.txt --default-library=static diff --git a/env/mingw_build.txt b/env/mingw_build.txt index e091f9a..178d2a0 100644 --- a/env/mingw_build.txt +++ b/env/mingw_build.txt @@ -1,12 +1,12 @@ meson setup build-mingw64-vulkan -Drenderer-api=vulkan -Drenderer=libplacebo -Dwindow=win32 \ -Dsink-only=false -Dserver=enabled -Dportal=disabled -Dclient=disabled \ - -Dcodecs=ffmpeg -Dcodec-ffmpeg-version=8 -Dcodec-hwaccels=vulkan -Dsubtitles=enabled \ + -Dcodecs=ffmpeg,stb_image -Dcodec-ffmpeg-version=8 -Dcodec-hwaccels=vulkan -Dsubtitles=enabled \ -Dtests=disabled -Dwin32-compat=false --cross-file ./cross/x86_64-w64-mingw32.txt \ --default-library=static --buildtype=release --optimization=2 -Ddebug=false --strip meson setup build-mingw64-dx11 -Drenderer-api=dx11 -Drenderer=libplacebo -Dwindow=win32 \ -Dsink-only=false -Dserver=enabled -Dportal=disabled -Dclient=disabled \ - -Dcodecs=ffmpeg -Dcodec-ffmpeg-version=8 -Dcodec-hwaccels=d3d11va -Dsubtitles=enabled \ + -Dcodecs=ffmpeg,stb_image -Dcodec-ffmpeg-version=8 -Dcodec-hwaccels=d3d11va -Dsubtitles=enabled \ -Dtests=disabled -Dwin32-compat=false --cross-file ./cross/x86_64-w64-mingw32.txt \ --default-library=static --buildtype=release --optimization=s -Ddebug=false --strip -- cgit v1.2.3-101-g0448