Skip to content

Commit 160f261

Browse files
authored
Merge pull request opencv#8562 from alalek:fix_ffmpeg_check_2.4
(2.4) ffmpeg: add __STDC_CONSTANT_MACROS to check code
2 parents ec78433 + 9e76ba5 commit 160f261

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake/checks/ffmpeg_test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#define __STDC_CONSTANT_MACROS
2+
13
#include <stdlib.h>
24

35
extern "C" {

0 commit comments

Comments
 (0)