mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +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 <gst/validate/gst-validate-scenario.h>
|
||||
|
||||
#ifdef G_OS_UNIX
|
||||
#if defined(G_OS_UNIX) && !defined(__ANDROID__)
|
||||
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/ip.h>
|
||||
|
|
Loading…
Reference in a new issue