1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-25 21:33:04 +04:00
Files
opencv/cmake/checks/vfwtest.cpp
T
2013-08-21 18:59:25 +04:00

11 lines
101 B
C++

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