Skip to content

qt: enable qdirect2d platform plugin

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/direct2ddefault into master

Request review @chub Request review @robUx4

  • qdirect2d is said to make use of Direct2D for additional performance rather than raster painting.
  • qdirect2d additionally requires d2d1
  • due to static linking it is not possible to have a run-time fallback mechanism here. We got to choose during build time what to use. D2D1 seems to be available in target systems already because of the existence of DirectX due to ANGLE.
Edited by Fatih Uzunoğlu

Merge request reports