1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-28 23:03:03 +04:00
Files
opencv/cmake/checks/vfwtest.cpp
T
2013-03-27 08:03:51 -07:00

10 lines
100 B
C++

#include <windows.h>
#include <vfw.h>
int main()
{
AVIFileInit();
AVIFileExit();
return 0;
}