[SCM] libav/experimental: Add required header #include to fix 'make checkheaders'.

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


The following commit has been merged in the experimental branch:
commit 154f5b5c9b84314f4d54afb27f5b43af9b7875b7
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed Nov 25 23:24:09 2009 +0000

    Add required header #include to fix 'make checkheaders'.
    
    Originally committed as revision 20612 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/mpegaudio_tablegen.h b/libavcodec/mpegaudio_tablegen.h
index c951027..17a124f 100644
--- a/libavcodec/mpegaudio_tablegen.h
+++ b/libavcodec/mpegaudio_tablegen.h
@@ -27,6 +27,7 @@
 // do not use libavutil/mathematics.h since this is compiled both
 // for the host and the target and config.h is only valid for the target
 #include <math.h>
+#include "config.h"
 
 #define TABLE_4_3_SIZE (8191 + 16)*4
 #if CONFIG_HARDCODED_TABLES

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list