srt: Include srt.h inside object header
Otherwise, newer GCC complains about now having sockaddr defined in the header.
This commit is contained in:
parent
0c14a92c28
commit
b7bd446fa8
@ -41,7 +41,6 @@
|
||||
|
||||
#include "gstsrtserversrc.h"
|
||||
#include "gstsrt.h"
|
||||
#include <srt/srt.h>
|
||||
#include <gio/gio.h>
|
||||
|
||||
#define SRT_DEFAULT_POLL_TIMEOUT 100
|
||||
|
@ -22,6 +22,7 @@
|
||||
#define __GST_SRT_SERVER_SRC_H__
|
||||
|
||||
#include "gstsrtbasesrc.h"
|
||||
#include <srt/srt.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user