mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-06 23:45:35 +00:00
validate: do not compile for android.
This commit is contained in:
parent
4ce91b98f0
commit
e5976cad43
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
#include "socket_interposer.h"
|
#include "socket_interposer.h"
|
||||||
#include <gst/validate/gst-validate-scenario.h>
|
#include <gst/validate/gst-validate-scenario.h>
|
||||||
|
|
||||||
#ifdef G_OS_UNIX
|
#if defined(G_OS_UNIX) && !defined(__ANDROID__)
|
||||||
|
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <netinet/ip.h>
|
#include <netinet/ip.h>
|
||||||
|
|
Loading…
Reference in a new issue