[Pkg-scicomp-commits] paraview/trunk/debian/patches
    Christophe Prud'homme 
    prudhomm at debian.org
       
    Sun Feb 22 12:05:17 UTC 2009
    
    
  
SVN commit 4167 by prudhomm:
wrong include files
 M  +2 -2      paraview/trunk/debian/patches/use-ffmpeg-swscaler.patch  
--- paraview/trunk/debian/patches/use-ffmpeg-swscaler.patch #4166:4167
@@ -7,8 +7,8 @@
  
  extern "C" {
 -#include <ffmpeg/avformat.h>
-+#include <libavformat/avformat.h>
-+#include <libswscale/swscale.h>
++#include <ffmpeg/avformat.h>
++#include <ffmpeg/swscale.h>
  }
  
  //---------------------------------------------------------------------------
    
    
More information about the Pkg-scicomp-commits
mailing list