From: Ted Hess Date: Thu, 18 Jun 2015 12:35:17 +0000 (-0400) Subject: mjpg-streamer: Fix musl compatibility X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=db2eba4dc4f6958889f8664837c8c477f9808c6a;p=openwrt-packages.git mjpg-streamer: Fix musl compatibility Signed-off-by: Ted Hess --- diff --git a/multimedia/mjpg-streamer/patches/005-musl_compatibility.patch b/multimedia/mjpg-streamer/patches/005-musl_compatibility.patch new file mode 100644 index 000000000..c758eb953 --- /dev/null +++ b/multimedia/mjpg-streamer/patches/005-musl_compatibility.patch @@ -0,0 +1,13 @@ +--- 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 +