From 2561214c3ed56dc43a3d607260ad71f7c816ae3b Mon Sep 17 00:00:00 2001 From: Johns Date: Wed, 22 Feb 2012 18:37:50 +0100 Subject: Info time should be 1 minute and not ~1 second. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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") -- cgit v1.2.3