mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
eitd: fix compile with --enable-freesatepg; Free sat epg code not tested
Origin commit data
------------------
Branch: ni/coolstream
Commit: 15bbe3f01b
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-04-19 (Thu, 19 Apr 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -21,6 +21,9 @@
|
|||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include <config.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
@@ -1,3 +1,7 @@
|
|||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include <config.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
@@ -1799,7 +1799,7 @@ void CCNThread::sendCNEvent()
|
|||||||
/********************************************************************************/
|
/********************************************************************************/
|
||||||
/* Freesat EIT thread */
|
/* Freesat EIT thread */
|
||||||
/********************************************************************************/
|
/********************************************************************************/
|
||||||
CFreeSatThread()
|
CFreeSatThread::CFreeSatThread()
|
||||||
: CEventsThread("freeSatThread", 3842)
|
: CEventsThread("freeSatThread", 3842)
|
||||||
{
|
{
|
||||||
skipTime = TIME_FSEIT_SKIPPING;
|
skipTime = TIME_FSEIT_SKIPPING;
|
||||||
|
Reference in New Issue
Block a user