This repository was archived by the owner on Jan 16, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed
Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ PKG_VER=1.24.11
2+ SRC_URL=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-$PKG_VER .tar.xz
3+ MESON_ARGS=" -Dandroidmedia=disabled -Dexamples=disabled -Drtmp=disabled -Dshm=disabled -Dtests=disabled -Dzbar=disabled -Dwebp=disabled -Dvulkan=disabled -Dhls-crypto=openssl"
4+ LDFLAGS=" -lm"
Original file line number Diff line number Diff line change 1+ diff -uNr gst-plugins-bad/sys/kms/gstkmssink.c gst-plugins-bad.mod/sys/kms/gstkmssink.c
2+ --- gst-plugins-bad/sys/kms/gstkmssink.c 2025-01-24 23:59:44.074586375 -0300
3+ +++ gst-plugins-bad.mod/sys/kms/gstkmssink.c 2025-01-24 23:59:39.355599380 -0300
4+ @@ -68,6 +68,10 @@
5+ #include "gstkmsedid.h"
6+ #endif
7+
8+ + #ifdef __ANDROID__
9+ + #define ffs __builtin_ffs
10+ + #endif
11+ +
12+ #define GST_PLUGIN_NAME "kmssink"
13+ #define GST_PLUGIN_DESC "Video sink using the Linux kernel mode setting API"
14+
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ gstreamer
6666gst-plugins-base
6767gst-plugins-good
6868gst-plugins-ugly
69+ gst-plugins-bad
6970box64
7071wine
7172libandroid-wordexp
You can’t perform that action at this time.
0 commit comments