mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-08 22:28:28 +02:00
uncoolinit: fix for newer compilers
Origin commit data
------------------
Branch: ni/coolstream
Commit: 490a6a604b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-11-10 (Sun, 10 Nov 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -13,13 +13,15 @@
|
|||||||
* better than nothing :-)
|
* better than nothing :-)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <cstdlib>
|
||||||
|
#include <cstdio>
|
||||||
|
#include <unistd.h>
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
#include <cs_api.h>
|
#include <cs_api.h>
|
||||||
#include <video_cs.h>
|
#include <video_cs.h>
|
||||||
#include <dmx_cs.h>
|
#include <dmx_cs.h>
|
||||||
|
|
||||||
#include <cstdlib>
|
|
||||||
#include <time.h>
|
|
||||||
|
|
||||||
cVideo *v = NULL;
|
cVideo *v = NULL;
|
||||||
cDemux *d = NULL;
|
cDemux *d = NULL;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user