diff options
author | Rechi <Rechi@users.noreply.github.com> | 2017-06-21 10:44:14 +0200 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2017-06-21 10:44:14 +0200 |
commit | 1ebf9a3c833decb9b75fb3f34a6b3749dcb40ef4 (patch) | |
tree | 2400a6925ec9dbc0b1dd32c31af9845fbe50762b /lib | |
parent | 946525ed262b5e478bd729d02f8d3e7bcf31cd50 (diff) |
[cmake] move HAVE_LIBBLURAY ifdef condition to cmake
Diffstat (limited to 'lib')
-rw-r--r-- | lib/DllLibbluray.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/DllLibbluray.h b/lib/DllLibbluray.h index 1ce320d825..b7d9ff2272 100644 --- a/lib/DllLibbluray.h +++ b/lib/DllLibbluray.h @@ -18,8 +18,6 @@ * */ #pragma once -#include "system.h" -#ifdef HAVE_LIBBLURAY #include "DynamicDll.h" @@ -196,5 +194,3 @@ public: static BD_DIR_H *dir_open(const char* dirname); static void bluray_logger(const char* msg); }; - -#endif |