[Pkg-chromium-commit] [SCM] Git repository for pkg-chromium branch, master, updated. debian/16.0.912.75_r116452-1-3-g6351fa5

Giuseppe Iuculano iuculano at debian.org
Thu Jan 26 09:44:34 UTC 2012


The following commit has been merged in the master branch:
commit c6132fa0fa5900a5b585f72dc52ab5872f25130e
Author: Giuseppe Iuculano <iuculano at debian.org>
Date:   Thu Jan 26 10:42:25 2012 +0100

    Fix FTBFS with libav 0.8
    
    Closes: #654215

diff --git a/debian/patches/libav0.8.patch b/debian/patches/libav0.8.patch
new file mode 100644
index 0000000..1079412
--- /dev/null
+++ b/debian/patches/libav0.8.patch
@@ -0,0 +1,10 @@
+--- a/src/media/ffmpeg/ffmpeg_common.h
++++ b/src/media/ffmpeg/ffmpeg_common.h
+@@ -26,6 +26,7 @@ MSVC_PUSH_DISABLE_WARNING(4244);
+ #include <libavformat/avformat.h>
+ #include <libavformat/avio.h>
+ #include <libavutil/avutil.h>
++#include <libavutil/mathematics.h>
+ #include <libavutil/log.h>
+ MSVC_POP_WARNING();
+ }  // extern "C"
diff --git a/debian/patches/series b/debian/patches/series
index ef71ca9..9414b80 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -19,3 +19,4 @@ cups1.5.patch
 system_v8.patch
 #protobuf.patch
 nss-workaround.patch
+libav0.8.patch

-- 
Git repository for pkg-chromium



More information about the Pkg-chromium-commit mailing list