Browse Source

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
tags/v0.5
Dave Yeo Diego Biurrun 17 years ago
parent
commit
93115b82f0
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      ffserver.c
  2. +1
    -0
      libavformat/rtpproto.c

+ 1
- 0
ffserver.c View File

@@ -28,6 +28,7 @@
#include "avformat.h"
#include "rtsp.h"
#include "rtp.h"
#include "os_support.h"

#include <stdarg.h>
#include <unistd.h>


+ 1
- 0
libavformat/rtpproto.c View File

@@ -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)


Loading…
Cancel
Save