diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-01-13 19:40:15 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-01-13 19:40:15 +0000 |
commit | 57c0659a006be0039151b3ef45719dd1bdcca849 (patch) | |
tree | 58cd88cf93f36b6b1222de4c0ddbf68657b23826 /multimedia/avifile/files/patch-ffmpeg::libav::rtsp.c | |
parent | Update to 2.0.28 (diff) |
Remove with update to 0.7.22.20021129
Notes
Notes:
svn path=/head/; revision=73072
Diffstat (limited to 'multimedia/avifile/files/patch-ffmpeg::libav::rtsp.c')
-rw-r--r-- | multimedia/avifile/files/patch-ffmpeg::libav::rtsp.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/multimedia/avifile/files/patch-ffmpeg::libav::rtsp.c b/multimedia/avifile/files/patch-ffmpeg::libav::rtsp.c deleted file mode 100644 index b89ad9cde957..000000000000 --- a/multimedia/avifile/files/patch-ffmpeg::libav::rtsp.c +++ /dev/null @@ -1,16 +0,0 @@ ---- ffmpeg/libav/rtsp.c.orig Mon Nov 11 18:06:37 2002 -+++ ffmpeg/libav/rtsp.c Mon Nov 11 18:06:51 2002 -@@ -16,11 +16,12 @@ - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ --#include <netinet/in.h> - #include "avformat.h" - - #include <sys/time.h> -+#include <sys/types.h> - #include <sys/socket.h> -+#include <netinet/in.h> - #ifndef __BEOS__ - # include <arpa/inet.h> - #else |