freebsd-ports/graphics/opencv/files/patch-src-highgui-cvcap_ffmpeg.cpp
Dima Panov b3d93a8e24 - Update port: graphics/opencv 1.0.0 -> 2.0.0
PR:		140860
Submitted by:	Alberto Villa (maintainer)
Approved by:	miwi, tabthorpe (mentors implicit)
2010-01-18 13:15:53 +00:00

12 lines
384 B
C++

--- src/highgui/cvcap_ffmpeg.cpp.orig 2009-11-25 03:11:36.744288703 +0000
+++ src/highgui/cvcap_ffmpeg.cpp 2009-11-25 03:13:37.172158178 +0000
@@ -52,7 +52,8 @@
#define INT64_C
#define __STDC_CONSTANT_MACROS
// force re-inclusion of stdint.h to get INT64_C macro
-#undef _STDINT_H
+#undef _SYS_STDINT_H_
+#undef _MACHINE__STDINT_H_
#include <stdint.h>
#endif
#include <errno.h>