introduced frame catcher to channels, add framecatcher in Retroshare.pro to build it in

(only works for linux at the moment)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3821 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2010-11-19 00:47:18 +00:00
parent b0aa255ead
commit a9ee3d92dc
6 changed files with 190 additions and 101 deletions

View file

@ -306,7 +306,7 @@ unsigned char * framecatcher::yv12ToRgb (uint8_t *src_y, uint8_t *src_u, uint8_t
return rgb;
}
void framecatcher::getXineError(int errorCode, std::string& errorStr){
void framecatcher::getError(int errorCode, std::string& errorStr){
switch (errorCode){
case XINE_ERROR_NO_INPUT_PLUGIN: