[SCM] libav/wheezy-security: Add patch with missing #include statements for external libraries

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sat Aug 9 22:59:01 UTC 2014


The following commit has been merged in the wheezy-security branch:
commit 129cc47edb8dc4eeaaa7e91d00dd2da7d9416fc0
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sat Aug 9 09:57:07 2014 -0400

    Add patch with missing #include statements for external libraries

diff --git a/debian/patches/05-ff_get_buffer.patch b/debian/patches/05-ff_get_buffer.patch
new file mode 100644
index 0000000..245c61c
--- /dev/null
+++ b/debian/patches/05-ff_get_buffer.patch
@@ -0,0 +1,30 @@
+--- a/libavcodec/libgsm.c
++++ b/libavcodec/libgsm.c
+@@ -31,6 +31,7 @@
+ 
+ #include "avcodec.h"
+ #include "gsm.h"
++#include "internal.h"
+ 
+ static av_cold int libgsm_encode_init(AVCodecContext *avctx) {
+     if (avctx->channels > 1) {
+--- a/libavcodec/libspeexdec.c
++++ b/libavcodec/libspeexdec.c
+@@ -23,6 +23,7 @@
+ #include <speex/speex_stereo.h>
+ #include <speex/speex_callbacks.h>
+ #include "avcodec.h"
++#include "internal.h"
+ 
+ typedef struct {
+     AVFrame frame;
+--- a/libavcodec/libopencore-amr.c
++++ b/libavcodec/libopencore-amr.c
+@@ -22,6 +22,7 @@
+ #include "avcodec.h"
+ #include "libavutil/avstring.h"
+ #include "libavutil/opt.h"
++#include "internal.h"
+ 
+ static void amr_decode_fix_avctx(AVCodecContext *avctx)
+ {
diff --git a/debian/patches/series b/debian/patches/series
index 66758ef..847cf51 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 01-Tweak-doxygen-config.patch
 03-disable-configuration-warnings.patch
 04-ffmpeg-warning-change.patch
+05-ff_get_buffer.patch

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list