mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
fix build until somebody updates libcoolstream
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@499 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8147ed9b19
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-03-17 (Wed, 17 Mar 2010)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -80,12 +80,14 @@ printf("CCAMMenuHandler::exec: actionkey %s\n", actionkey.c_str());
|
||||
return doMenu(0);
|
||||
} else if(actionkey == "cam2") {
|
||||
return doMenu(1);
|
||||
#if 0
|
||||
} else if(actionkey == "reset1") {
|
||||
if(ci->CamPresent(0))
|
||||
ci->Reset(0);
|
||||
} else if(actionkey == "reset2") {
|
||||
if(ci->CamPresent(1))
|
||||
ci->Reset(1);
|
||||
#endif
|
||||
}
|
||||
|
||||
if(!parent)
|
||||
|
Reference in New Issue
Block a user