This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
proto: include os_support.h in network.h
Fix compilation on systems without poll()
tags/n0.8
Luca Barbato
15 years ago
parent
9181976348
commit
a2031251c7
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavformat/network.h
+ 1
- 0
libavformat/network.h
View File
@@ -22,6 +22,7 @@
#define AVFORMAT_NETWORK_H
#define AVFORMAT_NETWORK_H
#include "config.h"
#include "config.h"
#include "os_support.h"
#if HAVE_WINSOCK2_H
#if HAVE_WINSOCK2_H
#include <winsock2.h>
#include <winsock2.h>
Write
Preview
Loading…
Cancel
Save