diff options
-rw-r--r-- | video-opencv/export.hpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/video-opencv/export.hpp b/video-opencv/export.hpp deleted file mode 100644 index 1d43a9f1..00000000 --- a/video-opencv/export.hpp +++ /dev/null @@ -1,11 +0,0 @@ -// generates export.hpp for each module from compat/linkage.hpp - -#pragma once - -#include "compat/linkage-macros.hpp" - -#ifdef BUILD_VIDEO_OPENCV -# define OTR_VIDEO_OPENCV_EXPORT OTR_GENERIC_EXPORT -#else -# define OTR_VIDEO_OPENCV_EXPORT OTR_GENERIC_IMPORT -#endif |