From e4ae929e8585c603563d0fd184a2c15a43251e39 Mon Sep 17 00:00:00 2001 From: chriszero Date: Fri, 25 Dec 2015 20:24:07 +0100 Subject: Removes the need of resizing the ringbuffer. Ringbuffer is now fixed at 1MB. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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: -- cgit v1.2.3