aports/testing/polycule/media-kit-broken-by-design.patch.pubdev
The one with the braid 0dc9ebf1b0 testing/polycule: new aport
Co-authored-by: jane400 <alpine@j4ne.de>
Signed-off-by: The one with the braid <info@braid.business>
2024-10-05 21:40:18 +00:00

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>