mirror of
https://abf.rosa.ru/djam/xpra.git
synced 2025-02-24 06:02:57 +00:00
15 lines
220 B
Diff
15 lines
220 B
Diff
Description: Disable x264 encoding support.
|
|
Author: Antoine Martin <antoine@nagafix.co.uk>
|
|
Forwarded: not-needed
|
|
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -40,7 +40,7 @@
|
|
|
|
|
|
|
|
-x264_ENABLED = True
|
|
+x264_ENABLED = False
|
|
|
|
|
|
|