Open Wonderwuzi2000 opened 3 years ago
Hi @Wonderwuzi2000
Thanks for giving this a try!
But unfortunately does DVBCA=yes not work, as it is still a work in progress.
Hi @Barracuda09
Sorry - i misunderstood the wiki by thinking i could give a "a work in progress" a first try.
Downloaded the newest version of satpi today and tried to cross compile if for testing on a VU+ Vuduo2 STB.
Started with: make debug ENIGMA=yes LIBDVBCSA=yes DVBCA=yes
Received the following error message:
src/main.cpp: In function ‘int main(int, char**)’: src/main.cpp:349:4: error: ‘DVBCA’ was not declared in this scope 349 | DVBCA dvbca; | ^~~~~ src/main.cpp:350:4: error: ‘dvbca’ was not declared in this scope 350 | dvbca.startThread(); | ^~~~~