Merge pull request #8562 from alalek:fix_ffmpeg_check_2.4

(2.4) ffmpeg: add __STDC_CONSTANT_MACROS to check code
pull/8574/head
Alexander Alekhin 8 years ago committed by GitHub
commit 160f26192c
  1. 2
      cmake/checks/ffmpeg_test.cpp

@ -1,3 +1,5 @@
#define __STDC_CONSTANT_MACROS
#include <stdlib.h>
extern "C" {

Loading…
Cancel
Save