Commit f25d53d9 authored by Sebastien Zwickert's avatar Sebastien Zwickert Committed by Michael Niedermayer

configure: disable VDA on ppc, fix build

Fixes Ticket1760
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 033f53fb
......@@ -3557,7 +3557,7 @@ disabled zlib || check_lib zlib.h zlibVersion -lz || disable zlib
disabled bzlib || check_lib2 bzlib.h BZ2_bzlibVersion -lbz2 || disable bzlib
# check for VDA header
if ! disabled vda; then
if ! disabled vda && ! enabled ppc; then
if check_header VideoDecodeAcceleration/VDADecoder.h; then
enable vda
add_extralibs -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment