Skip to content
Snippets Groups Projects
Commit f25d53d9 authored by Sebastien Zwickert's avatar Sebastien Zwickert Committed by Michael Niedermayer
Browse files

configure: disable VDA on ppc, fix build


Fixes Ticket1760

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