diff options
Diffstat (limited to 'multimedia/avifile/files/patch-ffmpeg::libav::rtpproto.c')
-rw-r--r-- | multimedia/avifile/files/patch-ffmpeg::libav::rtpproto.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/multimedia/avifile/files/patch-ffmpeg::libav::rtpproto.c b/multimedia/avifile/files/patch-ffmpeg::libav::rtpproto.c deleted file mode 100644 index 0d7b859f42c1..000000000000 --- a/multimedia/avifile/files/patch-ffmpeg::libav::rtpproto.c +++ /dev/null @@ -1,16 +0,0 @@ ---- ffmpeg/libav/rtpproto.c.orig Mon Nov 11 18:05:59 2002 -+++ ffmpeg/libav/rtpproto.c Mon Nov 11 18:06:08 2002 -@@ -16,12 +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 <sys/socket.h> - #include "avformat.h" - - #include <unistd.h> - #include <stdarg.h> - #include <sys/types.h> -+#include <sys/socket.h> - #include <netinet/in.h> - #ifndef __BEOS__ - # include <arpa/inet.h> |