summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-02-22 16:32:40 +0100
committerJohns <johns98@gmx.net>2012-02-22 16:32:40 +0100
commit73b93f1abad410dbcc95c72e0cbaf4486bd29c25 (patch)
tree207cac5ac423e72270c1dc4d77d356fce5130035 /Makefile
parent0243b1c8a77fce65ea831971ae5b2a898f3f4d89 (diff)
downloadvdr-plugin-softhddevice-73b93f1abad410dbcc95c72e0cbaf4486bd29c25.tar.gz
vdr-plugin-softhddevice-73b93f1abad410dbcc95c72e0cbaf4486bd29c25.tar.bz2
Makes A/V sync info time configurable.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b78105..06ccbd7 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ GIT_REV = $(shell git describe --always 2>/dev/null)
### Configuration (edit this for your needs)
CONFIG := #-DDEBUG
-CONFIG += -DAV_INFO # debug a/v sync
+CONFIG += -DAV_INFO -DAV_INFO_TIME=60 # debug a/v sync
#CONFIG += -DHAVE_PTHREAD_NAME # supports new pthread_setname_np
#CONFIG += -DUSE_TS_AUDIO # build new ts audio parser
CONFIG += $(shell pkg-config --exists vdpau && echo "-DUSE_VDPAU")