From de79e9211f5efcab225f750d9bdd85da3c9d83ac Mon Sep 17 00:00:00 2001 From: Johns Date: Fri, 2 Mar 2012 18:17:51 +0100 Subject: [PATCH] Disabled audio drift correction as default. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1592a96..79258ab 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,8 @@ GIT_REV = $(shell git describe --always 2>/dev/null) ### Configuration (edit this for your needs) CONFIG := #-DDEBUG -CONFIG += -DUSE_AUDIO_DRIFT_CORRECTION # build new audio drift code +#CONFIG += -DUSE_AUDIO_DRIFT_CORRECTION # build new audio drift code +#CONFIG += -DUSE_AC3_DRIFT_CORRECTION # build new ac-3 drift code 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