mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 05:26:23 +00:00
filesink: Check for sys/uio.h so we can actually use writev()
This commit is contained in:
parent
cd751c2de3
commit
6907abdca8
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ check_headers = [
|
|||
'unistd.h',
|
||||
'valgrind/valgrind.h',
|
||||
'sys/resource.h',
|
||||
'sys/uio.h',
|
||||
]
|
||||
|
||||
if host_system == 'windows'
|
||||
|
|
Loading…
Reference in a new issue