Browse Source

Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com.

Originally committed as revision 8067 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Marc Hoffman Diego Biurrun 18 years ago
parent
commit
db0ed93e22
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/rtsp.c

+ 1
- 0
libavformat/rtsp.c View File

@@ -20,6 +20,7 @@
*/ */
#include "avformat.h" #include "avformat.h"


#include <sys/time.h>
#include <unistd.h> /* for select() prototype */ #include <unistd.h> /* for select() prototype */
#include "network.h" #include "network.h"




Loading…
Cancel
Save