[SCM] libav/experimental: Add missing header to fix 'make checkheaders'.

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


The following commit has been merged in the experimental branch:
commit 1feec476aa1afa25cdeaef358821f70d7648820f
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon Aug 24 10:06:26 2009 +0000

    Add missing header to fix 'make checkheaders'.
    
    Originally committed as revision 19690 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/twinvq_data.h b/libavcodec/twinvq_data.h
index 094ef1c..3042cd1 100644
--- a/libavcodec/twinvq_data.h
+++ b/libavcodec/twinvq_data.h
@@ -22,6 +22,7 @@
 #ifndef AVCODEC_TWINVQ_DATA_H
 #define AVCODEC_TWINVQ_DATA_H
 
+#include <stddef.h>
 #include <stdint.h>
 
 /*

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list