comparison rtp_h264.c @ 1670:92afee454599 libavformat

The long awaited BeOS cleanup, phase 1
author mmu_man
date Thu, 18 Jan 2007 17:22:30 +0000
parents 234a04b906f9
children a782462e2497
comparison
equal deleted inserted replaced
1669:30b51285b882 1670:92afee454599
43 #include <unistd.h> 43 #include <unistd.h>
44 #include <sys/types.h> 44 #include <sys/types.h>
45 #include <sys/socket.h> 45 #include <sys/socket.h>
46 #include <netinet/in.h> 46 #include <netinet/in.h>
47 #include <assert.h> 47 #include <assert.h>
48 #ifndef __BEOS__ 48 #include <arpa/inet.h>
49 # include <arpa/inet.h>
50 #else
51 # include "barpainet.h"
52 #endif
53 #include <netdb.h> 49 #include <netdb.h>
54 50
55 #include "rtp_internal.h" 51 #include "rtp_internal.h"
56 #include "rtp_h264.h" 52 #include "rtp_h264.h"
57 #include "base64.h" 53 #include "base64.h"