This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
Code
Issues
Pull Requests
Releases
Wiki
Activity
6da7c50fb5
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 16:03:51 +01:00
#
include
<windows.h>
#
include
<vfw.h>
int
main
(
)
{
AVIFileInit
(
)
;
AVIFileExit
(
)
;
return
0
;
Normalized file endings.
2013-08-21 15:26:54 +02:00
}
Reference in New Issue
Copy Permalink