Makes A/V sync info time configurable.

This commit is contained in:
Johns
2012-02-22 16:32:40 +01:00
parent 0243b1c8a7
commit 73b93f1aba
2 changed files with 7 additions and 4 deletions

View File

@@ -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")