diff options
author | Johns <johns98@gmx.net> | 2012-03-02 18:17:51 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-03-02 18:17:51 +0100 |
commit | de79e9211f5efcab225f750d9bdd85da3c9d83ac (patch) | |
tree | ec7fb3d6fec7acde9e52f83cc1f63cfd1125d5d1 | |
parent | b0d9f4102074e85cf4594ad712f0239fa93082c9 (diff) | |
download | vdr-plugin-softhddevice-de79e9211f5efcab225f750d9bdd85da3c9d83ac.tar.gz vdr-plugin-softhddevice-de79e9211f5efcab225f750d9bdd85da3c9d83ac.tar.bz2 |
Disabled audio drift correction as default.
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |