summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2014-04-26 20:50:16 +0200
committerJoerg Bornkessel <hd_brummy@gentoo.org>2014-04-26 20:50:16 +0200
commit060bf702246a0d169d2cda512468ac1ba91f376b (patch)
treeef230e2c0aefa764e79d6d7638196e147888189d /Makefile
parente9e1dae2c9543d25af0afd4db75fe7cefedaa876 (diff)
downloadvdr-plugin-audiorecorder-060bf702246a0d169d2cda512468ac1ba91f376b.tar.gz
vdr-plugin-audiorecorder-060bf702246a0d169d2cda512468ac1ba91f376b.tar.bz2
unbundle included tinyxml code to use external tinyxml lib
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a67d5ce..b4a454b 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ SOFILE = libvdr-$(PLUGIN).so
INCLUDES += $(shell taglib-config --cflags)
-DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -DTIXML_USE_STL
+DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -D__STDC_CONSTANT_MACROS -DTIXML_USE_STL
LIBS = $(shell taglib-config --libs) -ltinyxml