[med-svn] r6547 - trunk/packages/vxl/trunk/debian/patches
Mathieu Malaterre
malat-guest at alioth.debian.org
Wed Apr 13 15:39:26 UTC 2011
Author: malat-guest
Date: 2011-04-13 15:39:25 +0000 (Wed, 13 Apr 2011)
New Revision: 6547
Added:
trunk/packages/vxl/trunk/debian/patches/ffmpeg_C99.patch
Modified:
trunk/packages/vxl/trunk/debian/patches/series
Log:
Allow compilation of ffmpeg with C++ compiler
Added: trunk/packages/vxl/trunk/debian/patches/ffmpeg_C99.patch
===================================================================
--- trunk/packages/vxl/trunk/debian/patches/ffmpeg_C99.patch (rev 0)
+++ trunk/packages/vxl/trunk/debian/patches/ffmpeg_C99.patch 2011-04-13 15:39:25 UTC (rev 6547)
@@ -0,0 +1,14 @@
+Index: vxl-1.14.0/core/vidl/vidl_ffmpeg_convert.h
+===================================================================
+--- vxl-1.14.0.orig/core/vidl/vidl_ffmpeg_convert.h 2011-04-13 17:38:24.000000000 +0200
++++ vxl-1.14.0/core/vidl/vidl_ffmpeg_convert.h 2011-04-13 17:38:37.000000000 +0200
+@@ -12,6 +12,9 @@
+ // \date 19 Jan 2006
+ //
+
++#define __STDC_CONSTANT_MACROS
++#include <stdint.h>
++
+ #include "vidl_frame_sptr.h"
+ #include "vidl_pixel_format.h"
+
Modified: trunk/packages/vxl/trunk/debian/patches/series
===================================================================
--- trunk/packages/vxl/trunk/debian/patches/series 2011-04-13 15:37:54 UTC (rev 6546)
+++ trunk/packages/vxl/trunk/debian/patches/series 2011-04-13 15:39:25 UTC (rev 6547)
@@ -1,3 +1,4 @@
+ffmpeg_C99.patch
vxl.soname.patch
vxl.soname2.patch
vxl.soname3.patch
More information about the debian-med-commit
mailing list