From: Rosen Penev Date: Sun, 8 Aug 2021 04:57:33 +0000 (-0700) Subject: mjpg-streamer: remove outdated musl patch X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F16377%2Fhead;p=feed%2Fpackages.git mjpg-streamer: remove outdated musl patch It seems to not be needed anymore. Signed-off-by: Rosen Penev --- diff --git a/multimedia/mjpg-streamer/patches/005-musl_compatibility.patch b/multimedia/mjpg-streamer/patches/005-musl_compatibility.patch deleted file mode 100644 index 3bdbd65409..0000000000 --- a/multimedia/mjpg-streamer/patches/005-musl_compatibility.patch +++ /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 /* for videodev2.h */ - #include - #include