summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Reufer <thomas@reufer.ch>2015-01-17 16:26:49 +0100
committerThomas Reufer <thomas@reufer.ch>2015-01-17 16:29:51 +0100
commita0ddf4b2ad85370e723f8fd25fe33aeee400a9d1 (patch)
tree707bafcbc17774afd04f6ba16b2b612387c4b485 /Makefile
parentd7d4db47d260c0075edf14669af923d4e768338a (diff)
downloadvdr-plugin-rpihddevice-a0ddf4b2ad85370e723f8fd25fe33aeee400a9d1.tar.gz
vdr-plugin-rpihddevice-a0ddf4b2ad85370e723f8fd25fe33aeee400a9d1.tar.bz2
reworked omxdevice and improved clock stretching for transfer mode
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 547d7ab..fa3ca1c 100644
--- a/Makefile
+++ b/Makefile
@@ -69,6 +69,16 @@ ifeq ($(DEBUG), 1)
DEFINES += -DDEBUG
endif
+DEBUG_LATENCY ?= 0
+ifeq ($(DEBUG_LATENCY), 1)
+ DEFINES += -DDEBUG_LATENCY
+endif
+
+DEBUG_BUFFERS ?= 0
+ifeq ($(DEBUG_BUFFERS), 1)
+ DEFINES += -DDEBUG_BUFFERS
+endif
+
# ffmpeg/libav configuration
ifdef EXT_LIBAV
LIBAV_PKGCFG = $(shell PKG_CONFIG_PATH=$(EXT_LIBAV)/lib/pkgconfig pkg-config $(1))