diff options
| author | Thomas Reufer <thomas@reufer.ch> | 2016-04-27 12:52:33 +0200 |
|---|---|---|
| committer | Thomas Reufer <thomas@reufer.ch> | 2016-04-27 14:04:12 +0200 |
| commit | 6e447f1855a76b2a590b34472ca1fb4dfa835a39 (patch) | |
| tree | b7ed096b36fb1b982e32b083d5353548d267178b /Makefile | |
| parent | 8828f1e8dd7b64d142053269b3f9387ef35ceb38 (diff) | |
| download | vdr-plugin-rpihddevice-6e447f1855a76b2a590b34472ca1fb4dfa835a39.tar.gz vdr-plugin-rpihddevice-6e447f1855a76b2a590b34472ca1fb4dfa835a39.tar.bz2 | |
add debug option to log number of executed OpenVG commands and flushes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -79,6 +79,11 @@ ifeq ($(DEBUG_BUFFERS), 1) DEFINES += -DDEBUG_BUFFERS endif +DEBUG_OVGSTAT ?= 0 +ifeq ($(DEBUG_OVGSTAT), 1) + DEFINES += -DDEBUG_OVGSTAT +endif + ENABLE_AAC_LATM ?= 0 ifeq ($(ENABLE_AAC_LATM), 1) DEFINES += -DENABLE_AAC_LATM |
