[SCM] libav/experimental: This file does not use size_t, so no need to #include <sys/types.h>.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:16:57 UTC 2013


The following commit has been merged in the experimental branch:
commit bfb80dbe216d8f0c8e1c4d79796804983d8a5056
Author: Diego Biurrun <diego at biurrun.de>
Date:   Thu Mar 13 18:10:58 2008 +0000

    This file does not use size_t, so no need to #include <sys/types.h>.
    
    Originally committed as revision 12432 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index f3c1a8b..7def341 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -28,7 +28,6 @@
 
 
 #include "libavutil/avutil.h"
-#include <sys/types.h> /* size_t */
 
 #define LIBAVCODEC_VERSION_MAJOR 51
 #define LIBAVCODEC_VERSION_MINOR 51

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list