repositories
/
deb_libcec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40119e0
)
make cec-client include cecloader.h from our project, not from system
author
Lars Op den Kamp
<lars@opdenkamp.eu>
Wed, 5 Sep 2012 14:30:36 +0000
(16:30 +0200)
committer
Lars Op den Kamp
<lars@opdenkamp.eu>
Sat, 8 Sep 2012 21:21:19 +0000
(23:21 +0200)
src/testclient/main.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/testclient/main.cpp
b/src/testclient/main.cpp
index 2192643e6dcaee688c76b0d21b2150ab8cfb5b39..e47c24bdeb11cd338b51d92bf454957ff7b647e9 100644
(file)
--- a/
src/testclient/main.cpp
+++ b/
src/testclient/main.cpp
@@
-49,7
+49,7
@@
using namespace PLATFORM;
#define CEC_CONFIG_VERSION CEC_CLIENT_VERSION_1_8_2;
-#include
<cecloader.h>
+#include
"../../include/cecloader.h"
ICECCallbacks g_callbacks;
libcec_configuration g_config;