[Pkg-scicomp-commits] paraview/trunk/debian/patches

Ondrej Certik ondrej at certik.cz
Sun Jun 15 13:23:49 UTC 2008


SVN commit 2503 by certik-guest:

more gcc4.3 fixes

 M  +13 -0     paraview/trunk/debian/patches/gcc4.3.patch  


--- paraview/trunk/debian/patches/gcc4.3.patch #2502:2503
@@ -132,3 +132,16 @@
  
  
  // typedef XdmfPointer XdmfXmlNode;
+Index: paraview-3.2.2/VTK/IO/vtkFFMPEGWriter.cxx
+===================================================================
+--- paraview-3.2.2.orig/VTK/IO/vtkFFMPEGWriter.cxx	2008-06-15 15:22:57.839268772 +0200
++++ paraview-3.2.2/VTK/IO/vtkFFMPEGWriter.cxx	2008-06-15 15:23:05.726330035 +0200
+@@ -332,7 +332,7 @@
+     if (this->openedFile)
+       {
+       av_write_trailer(this->avFormatContext);
+-      url_fclose(&this->avFormatContext->pb);
++      url_fclose(this->avFormatContext->pb);
+       this->openedFile = 0;
+       }
+     



More information about the Pkg-scicomp-commits mailing list