summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-02-27 23:13:53 +0100
committerJohns <johns98@gmx.net>2012-02-27 23:13:53 +0100
commit144f22314f9212c4e5c2b20220fa89cf16ddcf9a (patch)
tree545f23818fc937823ff6d2ad28689e05d5efded7 /Makefile
parent51eb720265546e5874b458e037c50d1cb29746d6 (diff)
downloadvdr-plugin-softhddevice-144f22314f9212c4e5c2b20220fa89cf16ddcf9a.tar.gz
vdr-plugin-softhddevice-144f22314f9212c4e5c2b20220fa89cf16ddcf9a.tar.bz2
Experimental audio drift correction support.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 256d257..1592a96 100644
--- a/Makefile
+++ b/Makefile
@@ -19,9 +19,11 @@ 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 += -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 += -DUSE_TS_AUDIO # build new ts audio parser
+#CONFIG += -DUSE_TS_VIDEO # build new ts video parser
CONFIG += $(shell pkg-config --exists vdpau && echo "-DUSE_VDPAU")
CONFIG += $(shell pkg-config --exists libva && echo "-DUSE_VAAPI")
CONFIG += $(shell pkg-config --exists alsa && echo "-DUSE_ALSA")