You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Add #include "os_support.h" to restore OS/2 support.
patch by Dave Yeo, daveryeo telus net Originally committed as revision 11096 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
#include "avformat.h"
|
||||
#include "rtsp.h"
|
||||
#include "rtp.h"
|
||||
#include "os_support.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <unistd.h>
|
||||
|
@@ -24,6 +24,7 @@
|
||||
#include <unistd.h>
|
||||
#include <stdarg.h>
|
||||
#include "network.h"
|
||||
#include "os_support.h"
|
||||
#include <fcntl.h>
|
||||
|
||||
#define RTP_TX_BUF_SIZE (64 * 1024)
|
||||
|
Reference in New Issue
Block a user