Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Andrey Morozov d87a56a639 added support new ffmpeg (0.8.X) 13 years ago
..
CMakeLists.txt merged the latest fixes in 2.3 to trunk 14 years ago
ffopencv.c merged the latest fixes in 2.3 to trunk 14 years ago
make.bat added support new ffmpeg (0.8.X) 13 years ago
opencv_ffmpeg.dll merged the latest fixes in 2.3 to trunk 14 years ago
opencv_ffmpeg_64.dll merged the latest fixes in 2.3 to trunk 14 years ago
readme.txt merged the latest fixes in 2.3 to trunk 14 years ago

readme.txt

The build script is to be fixed.
Right now it assumes that 32-bit MinGW is in the system path and
64-bit mingw is installed to c:\Apps\MinGW64.

It is important that gcc is used, not g++!
Otherwise the produced DLL will likely be dependent on libgcc_s_dw2-1.dll or similar DLL.
While we want to make the DLLs with minimum dependencies: Win32 libraries + msvcrt.dll.

ffopencv.c is really a C++ source, hence -x c++ is used.