mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
compatibility with newer ffmpeg.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@823 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1dcb710611
Author: nightshad <nightshad@e54a6e83-5905-42d5-8d5c-058d10e6a962>
Date: 2010-10-08 (Fri, 08 Oct 2010)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
// Workaround for C++
|
||||||
|
#define __STDC_CONSTANT_MACROS
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
|
@@ -12,6 +12,9 @@
|
|||||||
#ifndef __DVBSUBTITLE_H
|
#ifndef __DVBSUBTITLE_H
|
||||||
#define __DVBSUBTITLE_H
|
#define __DVBSUBTITLE_H
|
||||||
|
|
||||||
|
// Workaround for C++
|
||||||
|
#define __STDC_CONSTANT_MACROS
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <linux/fb.h>
|
#include <linux/fb.h>
|
||||||
|
Reference in New Issue
Block a user