mirror of
https://github.com/opencv/opencv.git
synced 2026-07-28 23:03:03 +04:00
Changes of highgui structure
This commit is contained in:
@@ -42,7 +42,11 @@
|
||||
#include "precomp.hpp"
|
||||
|
||||
#ifdef HAVE_FFMPEG
|
||||
#ifdef NEW_FFMPEG
|
||||
#include "cap_ffmpeg_impl_v2.hpp"
|
||||
#else
|
||||
#include "cap_ffmpeg_impl.hpp"
|
||||
#endif
|
||||
#else
|
||||
#include "cap_ffmpeg_api.hpp"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user