Merge pull request #19321 from alalek:fixup_19027
This commit is contained in:
commit
63bb2abada
@ -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