[SCM] libav/experimental: Fix make checkheaders

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:20:42 UTC 2013


The following commit has been merged in the experimental branch:
commit fe7438d97f304f3f66c1bb162ad8a851ddef8417
Author: Martin Storsjö <martin at martin.st>
Date:   Tue Dec 21 11:19:59 2010 +0000

    Fix make checkheaders
    
    amrwbdata.h uses offsetof(), which is defined in stddef.h.
    
    Originally committed as revision 26068 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/amrwbdata.h b/libavcodec/amrwbdata.h
index 47b0d42..36553d5 100644
--- a/libavcodec/amrwbdata.h
+++ b/libavcodec/amrwbdata.h
@@ -28,6 +28,7 @@
 #define AVCODEC_AMRWBDATA_H
 
 #include <stdint.h>
+#include <stddef.h>
 
 #define LP_ORDER            16                ///< linear predictive coding filter order
 #define LP_ORDER_16k        20                ///< lpc filter order at 16kHz

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list