mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 23:58:42 +08:00
gstreamer: fix compilation
This commit is contained in:
parent
7b3cddad93
commit
1426403828
@ -1,7 +1,21 @@
|
||||
diff -ruwN gstreamer-1.20.7/subprojects/gst-plugins-base/gst-libs/gst/tag/meson.build source/subprojects/gst-plugins-base/gst-libs/gst/tag/meson.build
|
||||
--- gstreamer-1.20.7/subprojects/gst-plugins-base/gst-libs/gst/tag/meson.build 2023-07-26 09:18:38.000000000 -0600
|
||||
+++ source/subprojects/gst-plugins-base/gst-libs/gst/tag/meson.build 2025-04-10 17:19:26.509676357 -0600
|
||||
@@ -135,10 +135,10 @@
|
||||
diff -ruw gstreamer-1.24.12/subprojects/gst-plugins-bad/ext/dtls/gstdtlsconnection.c source/subprojects/gst-plugins-bad/ext/dtls/gstdtlsconnection.c
|
||||
--- gstreamer-1.24.12/subprojects/gst-plugins-bad/ext/dtls/gstdtlsconnection.c 2025-01-29 13:12:29.000000000 -0700
|
||||
+++ source/subprojects/gst-plugins-bad/ext/dtls/gstdtlsconnection.c 2026-02-10 19:13:12.530288659 -0700
|
||||
@@ -49,6 +49,10 @@
|
||||
#include <errno.h>
|
||||
#endif
|
||||
|
||||
+#if defined(__redox__)
|
||||
+#include <sys/time.h> // For struct timeval
|
||||
+#endif
|
||||
+
|
||||
GST_DEBUG_CATEGORY_STATIC (gst_dtls_connection_debug);
|
||||
#define GST_CAT_DEFAULT gst_dtls_connection_debug
|
||||
|
||||
diff -ruw gstreamer-1.24.12/subprojects/gst-plugins-base/gst-libs/gst/tag/meson.build source/subprojects/gst-plugins-base/gst-libs/gst/tag/meson.build
|
||||
--- gstreamer-1.24.12/subprojects/gst-plugins-base/gst-libs/gst/tag/meson.build 2025-01-29 13:12:29.000000000 -0700
|
||||
+++ source/subprojects/gst-plugins-base/gst-libs/gst/tag/meson.build 2026-02-10 19:09:53.259120404 -0700
|
||||
@@ -136,10 +136,10 @@
|
||||
install: false)
|
||||
endif
|
||||
|
||||
@ -17,3 +31,4 @@ diff -ruwN gstreamer-1.20.7/subprojects/gst-plugins-base/gst-libs/gst/tag/meson.
|
||||
+# install : false)
|
||||
|
||||
gst_tag_dir = meson.current_source_dir()
|
||||
Only in source/subprojects/gst-plugins-base/gst-libs/gst/tag: meson.build.orig
|
||||
|
||||
Loading…
Reference in New Issue
Block a user