1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #8562 from alalek:fix_ffmpeg_check_2.4

(2.4) ffmpeg: add __STDC_CONSTANT_MACROS to check code
This commit is contained in:
Alexander Alekhin
2017-04-11 16:27:26 +03:00
committed by GitHub
+2
View File
@@ -1,3 +1,5 @@
#define __STDC_CONSTANT_MACROS
#include <stdlib.h>
extern "C" {