mirror of
https://github.com/opencv/opencv.git
synced 2025-06-06 00:43:52 +08:00
videoio: fix API/ABI_VERSION macros before plugin_api.hpp
This commit is contained in:
parent
a6f7dca685
commit
98889e41b0
@ -7,6 +7,9 @@
|
||||
#include <string>
|
||||
#include "cap_mfx_reader.hpp"
|
||||
#include "cap_mfx_writer.hpp"
|
||||
|
||||
#define ABI_VERSION 0
|
||||
#define API_VERSION 0
|
||||
#include "plugin_api.hpp"
|
||||
|
||||
using namespace std;
|
||||
|
@ -16,8 +16,6 @@
|
||||
#include "cap_mfx_writer.hpp"
|
||||
#endif
|
||||
|
||||
#include "plugin_api.hpp"
|
||||
|
||||
// All WinRT versions older than 8.0 should provide classes used for video support
|
||||
#if defined(WINRT) && !defined(WINRT_8_0) && defined(__cplusplus_winrt)
|
||||
# include "cap_winrt_capture.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user