compatibility with newer ffmpeg.

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@823 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
nightshad
2010-10-08 07:55:59 +00:00
parent 457d2727e1
commit 1dcb710611
2 changed files with 6 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>