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:
Stefan Seyfried
2010-03-17 20:46:21 +00:00
parent 68d5526f5a
commit fb5b7251f7

View File

@@ -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)