mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
Add needed include, make it compile without -D_BSD_SOURCE.
Originally committed as revision 14718 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
db01fa131b
commit
0e55ba723b
@ -32,6 +32,7 @@
|
||||
#include "network.h"
|
||||
#include "os_support.h"
|
||||
#include <fcntl.h>
|
||||
#include <sys/select.h>
|
||||
|
||||
#define RTP_TX_BUF_SIZE (64 * 1024)
|
||||
#define RTP_RX_BUF_SIZE (128 * 1024)
|
||||
|
Loading…
Reference in New Issue
Block a user