| 1 |
Description: Added a missing STD_CONSTANT_MACROS check in vidl_ffmpeg_convert
|
| 2 |
Forwarded: not-needed
|
| 3 |
Origin: upstream, http://vxl.svn.sf.net/viewvc/vxl?view=revision&revision=31498
|
| 4 |
Author: Chuck Atkins <chuck.atkins@kitware.com>
|
| 5 |
Last-Update: 2012-12-20
|
| 6 |
|
| 7 |
Index: vxl-1.17.0/core/vidl/tests/test_include.cxx
|
| 8 |
===================================================================
|
| 9 |
--- vxl-1.17.0.orig/core/vidl/tests/test_include.cxx 2011-03-15 16:57:23.000000000 +0100
|
| 10 |
+++ vxl-1.17.0/core/vidl/tests/test_include.cxx 2012-06-01 15:45:17.629752520 +0200
|
| 11 |
@@ -1,3 +1,4 @@
|
| 12 |
+#define __STDC_CONSTANT_MACROS
|
| 13 |
#include <vidl/vidl_config.h> // needed for VIDL_HAS_FFMPEG etc.
|
| 14 |
#include <vidl/vidl_v4l2_pixel_format.h>
|
| 15 |
#include <vidl/vidl_color.h>
|