summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-02-22 18:37:50 +0100
committerJohns <johns98@gmx.net>2012-02-22 18:37:50 +0100
commit2561214c3ed56dc43a3d607260ad71f7c816ae3b (patch)
tree8c0c3bab60036b6a236f216a54026fae6f627271 /Makefile
parent7382bd60ff57309d131dcc4e957ca865d1de9f46 (diff)
downloadvdr-plugin-softhddevice-2561214c3ed56dc43a3d607260ad71f7c816ae3b.tar.gz
vdr-plugin-softhddevice-2561214c3ed56dc43a3d607260ad71f7c816ae3b.tar.bz2
Info time should be 1 minute and not ~1 second.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 06ccbd7..256d257 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 -DAV_INFO_TIME=60 # debug a/v sync
+CONFIG += -DAV_INFO -DAV_INFO_TIME=3000 # 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")