[FFmpeg-cvslog] r12432 - trunk/libavcodec/avcodec.h

diego subversion
Thu Mar 13 19:10:58 CET 2008


Author: diego
Date: Thu Mar 13 19:10:58 2008
New Revision: 12432

Log:
This file does not use size_t, so no need to #include <sys/types.h>.


Modified:
   trunk/libavcodec/avcodec.h

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	(original)
+++ trunk/libavcodec/avcodec.h	Thu Mar 13 19:10:58 2008
@@ -28,7 +28,6 @@
 
 
 #include "libavutil/avutil.h"
-#include <sys/types.h> /* size_t */
 
 #define LIBAVCODEC_VERSION_MAJOR 51
 #define LIBAVCODEC_VERSION_MINOR 51




More information about the ffmpeg-cvslog mailing list