Spam syslog with a/v sync infos.

This commit is contained in:
Johns 2012-12-24 11:55:32 +01:00
parent b94d19e7b8
commit a3907d11a5

View File

@ -49,7 +49,7 @@ src_prepare() {
src_compile() { src_compile() {
local myconf local myconf
myconf="-DHAVE_PTHREAD_NAME" myconf="-DHAVE_PTHREAD_NAME -DAV_INFO -DAV_INFO_TIME=15000"
use vdpau && myconf="${myconf} -DUSE_VDPAU" use vdpau && myconf="${myconf} -DUSE_VDPAU"
use vaapi && myconf="${myconf} -DUSE_VAAPI" use vaapi && myconf="${myconf} -DUSE_VAAPI"
use alsa && myconf="${myconf} -DUSE_ALSA" use alsa && myconf="${myconf} -DUSE_ALSA"