Mercurial > libavformat.hg
comparison http.c @ 1670:92afee454599 libavformat
The long awaited BeOS cleanup, phase 1
| author | mmu_man |
|---|---|
| date | Thu, 18 Jan 2007 17:22:30 +0000 |
| parents | 0a990429e524 |
| children | 8d3489fa8a92 |
comparison
equal
deleted
inserted
replaced
| 1669:30b51285b882 | 1670:92afee454599 |
|---|---|
| 21 #include "avformat.h" | 21 #include "avformat.h" |
| 22 #include <unistd.h> | 22 #include <unistd.h> |
| 23 #include <sys/types.h> | 23 #include <sys/types.h> |
| 24 #include <sys/socket.h> | 24 #include <sys/socket.h> |
| 25 #include <netinet/in.h> | 25 #include <netinet/in.h> |
| 26 #ifndef __BEOS__ | 26 #include <arpa/inet.h> |
| 27 # include <arpa/inet.h> | |
| 28 #else | |
| 29 # include "barpainet.h" | |
| 30 #endif | |
| 31 #include <netdb.h> | 27 #include <netdb.h> |
| 32 | 28 |
| 33 #include "base64.h" | 29 #include "base64.h" |
| 34 | 30 |
| 35 /* XXX: POST protocol is not completly implemented because ffmpeg use | 31 /* XXX: POST protocol is not completly implemented because ffmpeg use |
