summaryrefslogtreecommitdiff
path: root/env
diff options
context:
space:
mode:
Diffstat (limited to 'env')
-rw-r--r--env/android_build.txt2
-rw-r--r--env/mingw_build.txt4
2 files changed, 3 insertions, 3 deletions
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