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
Fix undefined preprocessor directives warnings during 'make checkheaders'.
Originally committed as revision 16747 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
16 years ago
parent
175da7dab7
commit
da837937c6
2 changed files
with
4 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavformat/network.h
+2
-0
libavformat/os_support.h
+ 2
- 0
libavformat/network.h
View File
@@ -21,6 +21,8 @@
#ifndef AVFORMAT_NETWORK_H
#ifndef AVFORMAT_NETWORK_H
#define AVFORMAT_NETWORK_H
#define AVFORMAT_NETWORK_H
#include "config.h"
#if HAVE_WINSOCK2_H
#if HAVE_WINSOCK2_H
#include <winsock2.h>
#include <winsock2.h>
#include <ws2tcpip.h>
#include <ws2tcpip.h>
+ 2
- 0
libavformat/os_support.h
View File
@@ -27,6 +27,8 @@
* miscellaneous OS support macros and functions.
* miscellaneous OS support macros and functions.
*/
*/
#include "config.h"
#ifdef __MINGW32__
#ifdef __MINGW32__
# include <fcntl.h>
# include <fcntl.h>
# define lseek(f,p,w) _lseeki64((f), (p), (w))
# define lseek(f,p,w) _lseeki64((f), (p), (w))
Write
Preview
Loading…
Cancel
Save