Input methods seperatly added in CMakeLists

This commit is contained in:
Iwan Timmer
2017-05-27 21:43:20 +02:00
parent 3134046bae
commit 85cc4da449
6 changed files with 14 additions and 17 deletions

View File

@@ -17,8 +17,6 @@
* along with Moonlight; if not, see <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_LIBCEC
#include <Limelight.h>
#include <ceccloader.h>
@@ -111,4 +109,3 @@ void cec_init() {
g_iface.set_active_source(g_iface.connection, g_config.deviceTypes.types[0]);
}
#endif /* HAVE_LIBCEC */