[opencv] 22/53: ffmpeg: add __STDC_CONSTANT_MACROS to check code

Nobuhiro Iwamatsu iwamatsu at moszumanska.debian.org
Sun Aug 27 23:27:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

iwamatsu pushed a commit to annotated tag 2.4.13.3
in repository opencv.

commit 9e76ba5ccdc2b0e6cbcf515ffdc836be6e121d92
Author: Alexander Alekhin <alexander.alekhin at intel.com>
Date:   Tue Apr 11 12:35:48 2017 +0300

    ffmpeg: add __STDC_CONSTANT_MACROS to check code
---
 cmake/checks/ffmpeg_test.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cmake/checks/ffmpeg_test.cpp b/cmake/checks/ffmpeg_test.cpp
index 7b49c38..81c7556 100644
--- a/cmake/checks/ffmpeg_test.cpp
+++ b/cmake/checks/ffmpeg_test.cpp
@@ -1,3 +1,5 @@
+#define __STDC_CONSTANT_MACROS
+
 #include <stdlib.h>
 
 extern "C" {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opencv.git



More information about the debian-science-commits mailing list