You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
329 B

  1. --- a/mjpg_streamer.h
  2. +++ b/mjpg_streamer.h
  3. @@ -29,6 +29,10 @@
  4. #define MAX_OUTPUT_PLUGINS 10
  5. #define MAX_PLUGIN_ARGUMENTS 32
  6. +#define __NEED_pthread_t
  7. +#define __NEED_pthread_mutex_t
  8. +#define __NEED_pthread_cond_t
  9. +
  10. #include <linux/types.h> /* for videodev2.h */
  11. #include <linux/videodev2.h>
  12. #include <pthread.h>