mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
Include pthreads.h as the core doesn't use plain pthreads anymore
Original commit message from CVS: Include pthreads.h as the core doesn't use plain pthreads anymore
This commit is contained in:
parent
d36df58da3
commit
9e7cf16bcf
2 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
#include <sys/mman.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <pthread.h>
|
||||
#include "v4lmjpegsink_calls.h"
|
||||
|
||||
/* On some systems MAP_FAILED seems to be missing */
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include <errno.h>
|
||||
#include "v4lsrc_calls.h"
|
||||
#include <sys/time.h>
|
||||
#include <pthread.h>
|
||||
|
||||
/* number of buffers to be queued *at least* before syncing */
|
||||
#define MIN_BUFFERS_QUEUED 2
|
||||
|
|
Loading…
Reference in a new issue