mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-05 11:04:22 +02:00
15 lines
396 B
Text
15 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>
|