You've already forked termux-packages
mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-03-26 17:00:19 -07:00
23 lines
445 B
Diff
23 lines
445 B
Diff
--- a/utils/cec-ctl/cec-ctl.cpp
|
|
+++ b/utils/cec-ctl/cec-ctl.cpp
|
|
@@ -25,7 +25,7 @@
|
|
#include "cec-log.h"
|
|
#include "cec-parse.h"
|
|
|
|
-#ifdef __ANDROID__
|
|
+#ifdef ANDROID
|
|
#include <android-config.h>
|
|
#else
|
|
#include <config.h>
|
|
--- a/utils/cec-ctl/cec-pin.cpp
|
|
+++ b/utils/cec-ctl/cec-pin.cpp
|
|
@@ -8,7 +8,7 @@
|
|
#include <linux/cec.h>
|
|
#include "cec-htng.h"
|
|
|
|
-#ifdef __ANDROID__
|
|
+#ifdef ANDROID
|
|
#include <android-config.h>
|
|
#else
|
|
#include <config.h>
|