id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc	blockedby	blocking	reproduced	analyzed
1760	Don't use VDA on Snow Leopard/ppc	jeremyhu		"In determining whether or not to use VDA, configure just checks for the header's existence:
{{{
# check for VDA header
if ! disabled vda; then
    if check_header VideoDecodeAcceleration/VDADecoder.h; then
        enable vda
        add_extralibs -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore
    fi   
fi
}}}

but VideoDecodeAcceleration is intel-only and will cause ppc slices to fail to build.
"	defect	closed	normal	undetermined	git-master	fixed	vda ppc				0	0
