diff options
author | chriszero <zerov83@gmail.com> | 2015-02-15 22:17:20 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-02-15 22:17:20 +0100 |
commit | 6255bbe09625828312e08835bb30d5822d600e46 (patch) | |
tree | 6217475a4f3a9fa075a181f7972f0c99db387a7f /Makefile | |
parent | e412257abf8de4576a180351d24ff07589fa630c (diff) | |
download | vdr-plugin-plex-6255bbe09625828312e08835bb30d5822d600e46.tar.gz vdr-plugin-plex-6255bbe09625828312e08835bb30d5822d600e46.tar.bz2 |
Faster response.
Modified Plexservice for future additions.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -39,7 +39,8 @@ TMPDIR ?= /tmp export CFLAGS = $(call PKGCFG,cflags) export CXXFLAGS = $(call PKGCFG,cxxflags) -##CXXFLAGS += -std=gnu++0x -Wunused-variable -Wunused-parameter +CXXFLAGS += -std=gnu++0x +#CXXFLAGS += -std=c++11 ifeq ($(CFLAGS),) $(error CFLAGS not set) |