Skip to content
Commit e01c6134 authored by Tom Hall's avatar Tom Hall Committed by Thomas.Hall
Browse files

qtwebengine: Use system ffmpeg on aarch64

On aarch64, linking against the vendored ffmpeg fails. Including ffmpeg
as a dependency and passing -system-ffmpeg to qmake fixes this.

Slightly odd conditional in qmakeFlags to avoid altering the list on
non-arm platforms, so that the change doesn't trigger an unneccessary
rebuild.
parent be34fdfa
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