diff options
author | chriszero <zerov83@gmail.com> | 2015-12-25 20:24:07 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-12-25 20:24:07 +0100 |
commit | e4ae929e8585c603563d0fd184a2c15a43251e39 (patch) | |
tree | f0ce15e7b050ea09cf502208e5fbdce6cf298c91 /Makefile | |
parent | df60d667c49110e976dc216ed936d45bab114a9c (diff) | |
download | vdr-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |