mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
libdvbsub: fix compile with new mandatory -D__STDC_CONSTANT_MACROS compiler flag
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
// Workaround for C++
|
||||
#define __STDC_CONSTANT_MACROS
|
||||
|
||||
#include <config.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
|
@@ -12,9 +12,6 @@
|
||||
#ifndef __DVBSUBTITLE_H
|
||||
#define __DVBSUBTITLE_H
|
||||
|
||||
// Workaround for C++
|
||||
#define __STDC_CONSTANT_MACROS
|
||||
|
||||
extern "C" {
|
||||
#include <unistd.h>
|
||||
#include <linux/fb.h>
|
||||
|
Reference in New Issue
Block a user