mjpg-streamer: remove outdated musl patch 16377/head
authorRosen Penev <rosenp@gmail.com>
Sun, 8 Aug 2021 04:57:33 +0000 (21:57 -0700)
committerRosen Penev <rosenp@gmail.com>
Mon, 16 Aug 2021 01:30:09 +0000 (18:30 -0700)
It seems to not be needed anymore.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
multimedia/mjpg-streamer/patches/005-musl_compatibility.patch [deleted file]

diff --git a/multimedia/mjpg-streamer/patches/005-musl_compatibility.patch b/multimedia/mjpg-streamer/patches/005-musl_compatibility.patch
deleted file mode 100644 (file)
index 3bdbd65..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/mjpg_streamer.h
-+++ b/mjpg_streamer.h
-@@ -29,6 +29,10 @@
- #define MAX_OUTPUT_PLUGINS 10
- #define MAX_PLUGIN_ARGUMENTS 32
-+#define __NEED_pthread_t
-+#define __NEED_pthread_mutex_t
-+#define __NEED_pthread_cond_t
-+
- #include <linux/types.h>          /* for videodev2.h */
- #include <linux/videodev2.h>
- #include <pthread.h>