- Remove some globals from vcrcontrol

- Allow ttx/epg keys for timeshift
- Fix record+live streaming
- Live stream code changes for testing
- Changes to handle internal CA multi-decoding
- hack for -Werror compiling



git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1040 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
focus
2011-01-25 17:22:38 +00:00
parent 80f321484a
commit ab0f7f731c
21 changed files with 306 additions and 214 deletions

View File

@@ -17,10 +17,6 @@
#include <arpa/inet.h>
#include <sys/types.h>
#include <sys/socket.h>
extern "C" {
#include <jpeglib.h>
}
#include <setjmp.h>
@@ -28,6 +24,11 @@ extern "C" {
#include "pictureviewer.h"
#include "picv_client_server.h"
#undef HAVE_STDLIB_H // -Werror complain
extern "C" {
#include <jpeglib.h>
}
#define MIN(a,b) ((a)>(b)?(b):(a))
struct r_jpeg_error_mgr