mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 03:12:08 +01:00
15 lines
396 B
Plaintext
15 lines
396 B
Plaintext
--- a/pub_cache/hosted/pub.dev/media_kit_video-1.3.0/linux/include/media_kit_video/video_output.h
|
|
+++ b/pub_cache/hosted/pub.dev/media_kit_video-1.3.0/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>
|