board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / mjpg-streamer / 0001-musl-pthread.patch
blob9e76e760d8ace66b133dd9f27e2dc27efd9f4481
1 Fix musl build
3 Patch written by Thomas Petazzoni:
4 http://patchwork.ozlabs.org/patch/572309/
6 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
8 diff -uNr mjpg-streamer-bbf32fddfd02a9e072e89e83a5b33e6ca0a7bd4b.org/plugins/input.h mjpg-streamer-bbf32fddfd02a9e072e89e83a5b33e6ca0a7bd4b/plugins/input.h
9 --- mjpg-streamer-bbf32fddfd02a9e072e89e83a5b33e6ca0a7bd4b.org/plugins/input.h 2015-11-09 15:56:47.000000000 +0100
10 +++ mjpg-streamer-bbf32fddfd02a9e072e89e83a5b33e6ca0a7bd4b/plugins/input.h 2016-01-26 20:19:05.884349502 +0100
11 @@ -20,6 +20,7 @@
12 # #
13 *******************************************************************************/
15 +#include <pthread.h>
16 #include <syslog.h>
17 #include "../mjpg_streamer.h"
18 #define INPUT_PLUGIN_PREFIX " i: "