From 1ebf9a3c833decb9b75fb3f34a6b3749dcb40ef4 Mon Sep 17 00:00:00 2001 From: Rechi Date: Wed, 21 Jun 2017 10:44:14 +0200 Subject: [cmake] move HAVE_LIBBLURAY ifdef condition to cmake --- lib/DllLibbluray.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib') 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 -- cgit v1.2.3