[FFmpeg-cvslog] r16747 - in trunk/libavformat: network.h os_support.h

diego subversion
Sat Jan 24 15:52:46 CET 2009


Author: diego
Date: Sat Jan 24 15:52:46 2009
New Revision: 16747

Log:
Fix undefined preprocessor directives warnings during 'make checkheaders'.

Modified:
   trunk/libavformat/network.h
   trunk/libavformat/os_support.h

Modified: trunk/libavformat/network.h
==============================================================================
--- trunk/libavformat/network.h	Sat Jan 24 15:46:00 2009	(r16746)
+++ trunk/libavformat/network.h	Sat Jan 24 15:52:46 2009	(r16747)
@@ -21,6 +21,8 @@
 #ifndef AVFORMAT_NETWORK_H
 #define AVFORMAT_NETWORK_H
 
+#include "config.h"
+
 #if HAVE_WINSOCK2_H
 #include <winsock2.h>
 #include <ws2tcpip.h>

Modified: trunk/libavformat/os_support.h
==============================================================================
--- trunk/libavformat/os_support.h	Sat Jan 24 15:46:00 2009	(r16746)
+++ trunk/libavformat/os_support.h	Sat Jan 24 15:52:46 2009	(r16747)
@@ -27,6 +27,8 @@
  * miscellaneous OS support macros and functions.
  */
 
+#include "config.h"
+
 #ifdef __MINGW32__
 #  include <fcntl.h>
 #  define lseek(f,p,w) _lseeki64((f), (p), (w))




More information about the ffmpeg-cvslog mailing list