mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 07:22:57 +02:00
libdvbsub: fix compile with new mandatory -D__STDC_CONSTANT_MACROS compiler flag
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5a7907f9e9
Author: J. Krieg <bellum07@googlemail.com>
Date: 2015-10-08 (Thu, 08 Oct 2015)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
committed by
Michael Liebmann
parent
3c26eb47ce
commit
d2ad20544c
@@ -1,6 +1,3 @@
|
|||||||
// Workaround for C++
|
|
||||||
#define __STDC_CONSTANT_MACROS
|
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
@@ -12,9 +12,6 @@
|
|||||||
#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