Skip to content

Commit

Permalink
#511 add D3D11 wrapper and encoder tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jan 20, 2025
1 parent 66f2e58 commit f12d9b4
Show file tree
Hide file tree
Showing 6 changed files with 917 additions and 59 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2784,6 +2784,8 @@ def bundle_tests() -> None:
}
print(f"default amf args: {amf_kwargs}")
tace(amf_encoder_ENABLED, "xpra.codecs.amf.encoder", **amf_kwargs)
toggle_packages(WIN32, "xpra.platform.win32.d3d11")
tace(WIN32, "xpra.platform.win32.d3d11.device")
toggle_packages(gstreamer_ENABLED, "xpra.gstreamer")
toggle_packages(gstreamer_video_ENABLED, "xpra.codecs.gstreamer")

Expand Down
Loading

0 comments on commit f12d9b4

Please sign in to comment.