diff options
| author | Thomas Reufer <thomas@reufer.ch> | 2015-01-17 16:26:49 +0100 |
|---|---|---|
| committer | Thomas Reufer <thomas@reufer.ch> | 2015-01-17 16:29:51 +0100 |
| commit | a0ddf4b2ad85370e723f8fd25fe33aeee400a9d1 (patch) | |
| tree | 707bafcbc17774afd04f6ba16b2b612387c4b485 /Makefile | |
| parent | d7d4db47d260c0075edf14669af923d4e768338a (diff) | |
| download | vdr-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-- | Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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)) |
