[SCM] blender/master: debian/patches: fix implicit declaration of av_rescale_q

kiniou-guest at users.alioth.debian.org kiniou-guest at users.alioth.debian.org
Thu Jan 26 23:07:47 UTC 2012


The following commit has been merged in the master branch:
commit 1e491e80af75d18a0bfd3fdb1acd2f114c530626
Author: Kevin Roy <kiniou at gmail.com>
Date:   Thu Jan 26 23:58:05 2012 +0100

    debian/patches: fix implicit declaration of av_rescale_q
    
    This must fix FTBFS on some platforms
    
    Thanks: Sergey Sharybin(upstream dev)

diff --git a/debian/patches/0012-fix_implicit_declaration_of_av_rescale_q.patch b/debian/patches/0012-fix_implicit_declaration_of_av_rescale_q.patch
new file mode 100644
index 0000000..4bcd160
--- /dev/null
+++ b/debian/patches/0012-fix_implicit_declaration_of_av_rescale_q.patch
@@ -0,0 +1,21 @@
+From: Kevin Roy <kiniou at gmail.com>
+Date: Thu, 26 Jan 2012 23:54:09 +0100
+Subject: fix_implicit_declaration_of_av_rescale_q
+
+---
+ intern/ffmpeg/ffmpeg_compat.h |    1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/intern/ffmpeg/ffmpeg_compat.h b/intern/ffmpeg/ffmpeg_compat.h
+index bb07576..156073f 100644
+--- a/intern/ffmpeg/ffmpeg_compat.h
++++ b/intern/ffmpeg/ffmpeg_compat.h
+@@ -36,6 +36,7 @@
+ #include <libavcodec/avcodec.h>
+ #include <libavutil/rational.h>
+ #include <libavutil/mathematics.h>
++#include <libavutil/opt.h>
+ 
+ #if (LIBAVFORMAT_VERSION_MAJOR > 52) || ((LIBAVFORMAT_VERSION_MAJOR >= 52) && (LIBAVFORMAT_VERSION_MINOR >= 101))
+ #define FFMPEG_HAVE_PARSE_UTILS 1
+-- 

-- 
blender packaging



More information about the pkg-multimedia-commits mailing list