From a0ddf4b2ad85370e723f8fd25fe33aeee400a9d1 Mon Sep 17 00:00:00 2001 From: Thomas Reufer Date: Sat, 17 Jan 2015 16:26:49 +0100 Subject: reworked omxdevice and improved clock stretching for transfer mode --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Makefile') 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)) -- cgit v1.2.3