summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Reufer <thomas@reufer.ch>2016-07-12 10:28:15 +0200
committerThomas Reufer <thomas@reufer.ch>2016-07-12 10:28:15 +0200
commit0b676b7aaa659443c52f4d2f249946c834683fd6 (patch)
tree6a7185818b2bd1e08a3cd801c2278cfb18297cfe /Makefile
parent00af2c0eb2b86249b5aa680fccd6d3239a05e8f8 (diff)
downloadvdr-plugin-rpihddevice-0b676b7aaa659443c52f4d2f249946c834683fd6.tar.gz
vdr-plugin-rpihddevice-0b676b7aaa659443c52f4d2f249946c834683fd6.tar.bz2
fixed compilation with GCC-6
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fddbaeb..5c27c65 100644
--- a/Makefile
+++ b/Makefile
@@ -50,6 +50,7 @@ SOFILE = libvdr-$(PLUGIN).so
DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
DEFINES += -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM
DEFINES += -Wno-psabi -Wno-write-strings -fpermissive
+DEFINES += -D__STL_CONFIG_H
CXXFLAGS += -D__STDC_CONSTANT_MACROS