Reduces audio latency, increases audio buffer time.

This commit is contained in:
Johns
2012-01-27 23:33:10 +01:00
parent f8d198636b
commit c3b924a239
6 changed files with 19 additions and 29 deletions

View File

@@ -18,7 +18,7 @@ GIT_REV = $(shell git describe --always 2>/dev/null)
### Configuration (edit this for your needs)
CONFIG := -DDEBUG
CONFIG := #-DDEBUG
#CONFIG += -DHAVE_PTHREAD_NAME
CONFIG += $(shell pkg-config --exists vdpau && echo "-DUSE_VDPAU")
CONFIG += $(shell pkg-config --exists libva && echo "-DUSE_VAAPI")