r37394 - in /packages/paraview/trunk/debian/patches: ffmpeg_C99.patch series

malat-guest at users.alioth.debian.org malat-guest at users.alioth.debian.org
Tue Feb 22 16:54:08 UTC 2011


Author: malat-guest
Date: Tue Feb 22 16:54:06 2011
New Revision: 37394

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=37394
Log:
Adding C99 patch for ffmpeg

Added:
    packages/paraview/trunk/debian/patches/ffmpeg_C99.patch
Modified:
    packages/paraview/trunk/debian/patches/series

Added: packages/paraview/trunk/debian/patches/ffmpeg_C99.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/paraview/trunk/debian/patches/ffmpeg_C99.patch?rev=37394&op=file
==============================================================================
--- packages/paraview/trunk/debian/patches/ffmpeg_C99.patch (added)
+++ packages/paraview/trunk/debian/patches/ffmpeg_C99.patch Tue Feb 22 16:54:06 2011
@@ -1,0 +1,14 @@
+Index: ParaView-3.8.1/VTK/IO/vtkFFMPEGWriter.cxx
+===================================================================
+--- ParaView-3.8.1.orig/VTK/IO/vtkFFMPEGWriter.cxx	2011-02-22 17:45:56.000000000 +0100
++++ ParaView-3.8.1/VTK/IO/vtkFFMPEGWriter.cxx	2011-02-22 17:46:34.000000000 +0100
+@@ -20,6 +20,9 @@
+ #include "vtkErrorCode.h"
+ #include "vtkFFMPEGConfig.h"
+ 
++#define __STDC_CONSTANT_MACROS
++#include <stdint.h>
++
+ extern "C" {
+ #ifdef VTK_FFMPEG_HAS_OLD_HEADER
+ # include <ffmpeg/avformat.h>

Modified: packages/paraview/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/paraview/trunk/debian/patches/series?rev=37394&op=diff
==============================================================================
--- packages/paraview/trunk/debian/patches/series (original)
+++ packages/paraview/trunk/debian/patches/series Tue Feb 22 16:54:06 2011
@@ -1,1 +1,2 @@
+ffmpeg_C99.patch
 xdmf.patch




More information about the debian-science-commits mailing list