From 73b93f1abad410dbcc95c72e0cbaf4486bd29c25 Mon Sep 17 00:00:00 2001 From: Johns Date: Wed, 22 Feb 2012 16:32:40 +0100 Subject: Makes A/V sync info time configurable. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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") -- cgit v1.2.3