This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
mirror of
https://github.com/opencv/opencv.git
synced
2024-11-27 12:40:05 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
5384d2f090
opencv
/
cmake
/
checks
/
vfwtest.cpp
11 lines
101 B
C++
Raw
Normal View
History
Unescape
Escape
HAVE_WIN32UI and HAVE_VFW checks and defines added.
2013-03-27 23:03:51 +08:00
#
include
<windows.h>
#
include
<vfw.h>
int
main
(
)
{
AVIFileInit
(
)
;
AVIFileExit
(
)
;
return
0
;
Normalized file endings.
2013-08-21 21:26:54 +08:00
}
Reference in New Issue
Copy Permalink