mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +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 <string>
|
||||||
#include "cap_mfx_reader.hpp"
|
#include "cap_mfx_reader.hpp"
|
||||||
#include "cap_mfx_writer.hpp"
|
#include "cap_mfx_writer.hpp"
|
||||||
|
|
||||||
|
#define ABI_VERSION 0
|
||||||
|
#define API_VERSION 0
|
||||||
#include "plugin_api.hpp"
|
#include "plugin_api.hpp"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#include "cap_mfx_writer.hpp"
|
#include "cap_mfx_writer.hpp"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "plugin_api.hpp"
|
|
||||||
|
|
||||||
// All WinRT versions older than 8.0 should provide classes used for video support
|
// All WinRT versions older than 8.0 should provide classes used for video support
|
||||||
#if defined(WINRT) && !defined(WINRT_8_0) && defined(__cplusplus_winrt)
|
#if defined(WINRT) && !defined(WINRT_8_0) && defined(__cplusplus_winrt)
|
||||||
# include "cap_winrt_capture.hpp"
|
# include "cap_winrt_capture.hpp"
|
||||||
|
Loading…
Reference in New Issue
Block a user