mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 16:06:42 +02:00
Co-authored-by: jane400 <alpine@j4ne.de> Signed-off-by: The one with the braid <info@braid.business>
14 lines
396 B
Text
14 lines
396 B
Text
--- a/pub_cache/hosted/pub.dev/media_kit_video-1.2.5/linux/include/media_kit_video/video_output.h
|
|
+++ b/pub_cache/hosted/pub.dev/media_kit_video-1.2.5/linux/include/media_kit_video/video_output.h
|
|
@@ -11,6 +11,11 @@
|
|
|
|
#include <flutter_linux/flutter_linux.h>
|
|
|
|
+#ifdef NULL
|
|
+# undef NULL
|
|
+#endif
|
|
+#define NULL (0L)
|
|
+
|
|
#include <mpv/client.h>
|
|
#include <mpv/render.h>
|
|
#include <mpv/render_gl.h>
|