Browse Source

mjpg-streamer: remove outdated musl patch

It seems to not be needed anymore.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev 3 years ago
parent
commit
e74cbe7149
1 changed files with 0 additions and 13 deletions
  1. +0
    -13
      multimedia/mjpg-streamer/patches/005-musl_compatibility.patch

+ 0
- 13
multimedia/mjpg-streamer/patches/005-musl_compatibility.patch View File

@ -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>

Loading…
Cancel
Save