summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Reufer <thomas@reufer.ch>2015-04-15 19:34:34 +0200
committerThomas Reufer <thomas@reufer.ch>2015-04-15 19:34:34 +0200
commit72aa7f44996934618ea9b6869bcbff252c61f0e8 (patch)
treeb17e4e2eda5d6b247372bf37ec1c549a378c1131 /Makefile
parent88d83a310d80472a9809b608a7cc08bc342db456 (diff)
downloadvdr-plugin-rpihddevice-72aa7f44996934618ea9b6869bcbff252c61f0e8.tar.gz
vdr-plugin-rpihddevice-72aa7f44996934618ea9b6869bcbff252c61f0e8.tar.bz2
reworked clock stretching in live mode based on buffer usage
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fa3ca1c..3d2167a 100644
--- a/Makefile
+++ b/Makefile
@@ -69,9 +69,9 @@ ifeq ($(DEBUG), 1)
DEFINES += -DDEBUG
endif
-DEBUG_LATENCY ?= 0
-ifeq ($(DEBUG_LATENCY), 1)
- DEFINES += -DDEBUG_LATENCY
+DEBUG_BUFFERSTAT ?= 0
+ifeq ($(DEBUG_BUFFERSTAT), 1)
+ DEFINES += -DDEBUG_BUFFERSTAT
endif
DEBUG_BUFFERS ?= 0