summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-12-25 20:24:07 +0100
committerchriszero <zerov83@gmail.com>2015-12-25 20:24:07 +0100
commite4ae929e8585c603563d0fd184a2c15a43251e39 (patch)
treef0ce15e7b050ea09cf502208e5fbdce6cf298c91 /Makefile
parentdf60d667c49110e976dc216ed936d45bab114a9c (diff)
downloadvdr-plugin-plex-e4ae929e8585c603563d0fd184a2c15a43251e39.tar.gz
vdr-plugin-plex-e4ae929e8585c603563d0fd184a2c15a43251e39.tar.bz2
Removes the need of resizing the ringbuffer.
Ringbuffer is now fixed at 1MB.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f9821f2..be4833a 100644
--- a/Makefile
+++ b/Makefile
@@ -38,8 +38,8 @@ TMPDIR ?= /tmp
export CFLAGS = $(call PKGCFG,cflags)
export CXXFLAGS = $(call PKGCFG,cxxflags)
-CXXFLAGS += -std=gnu++0x
-#CXXFLAGS += -std=c++11
+#CXXFLAGS += -std=gnu++0x
+CXXFLAGS += -std=c++11
### The version number of VDR's plugin API: