diff options
| author | Christian <zerov83@gmail.com> | 2016-02-21 20:39:12 +0100 |
|---|---|---|
| committer | Christian <zerov83@gmail.com> | 2016-02-21 20:39:12 +0100 |
| commit | 6b8c8aec4fe01136b3092981e4a9c5d486d098df (patch) | |
| tree | 5df4b2dc84af1e5d58d50dc394fb747ac52888ac /Makefile | |
| parent | 96a27aa661e2e5562dd9fac1b8eadf0304f92da1 (diff) | |
| download | vdr-plugin-plex-6b8c8aec4fe01136b3092981e4a9c5d486d098df.tar.gz vdr-plugin-plex-6b8c8aec4fe01136b3092981e4a9c5d486d098df.tar.bz2 | |
libskindesignerapi 0.1.0 support
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ LIBS += $(shell pkg-config --libs libskindesignerapi) ### Configuration (edit this for your needs) -CONFIG := #-DDEBUG # uncomment to build DEBUG +#CONFIG := -DDEBUG # uncomment to build DEBUG DISABLESKINDESIGNER ?= 0 ### The version number of this plugin (taken from the main source file): @@ -40,7 +40,7 @@ export CFLAGS = $(call PKGCFG,cflags) export CXXFLAGS = $(call PKGCFG,cxxflags) #CXXFLAGS += -std=gnu++0x -CXXFLAGS += -std=c++11 +export CXXFLAGS += -std=c++11 ### The version number of VDR's plugin API: |
