diff options
| author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2014-04-26 20:50:16 +0200 |
|---|---|---|
| committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2014-04-26 20:50:16 +0200 |
| commit | 060bf702246a0d169d2cda512468ac1ba91f376b (patch) | |
| tree | ef230e2c0aefa764e79d6d7638196e147888189d /Makefile | |
| parent | e9e1dae2c9543d25af0afd4db75fe7cefedaa876 (diff) | |
| download | vdr-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
