xpra/disable-x264.patch
2012-10-19 14:31:06 +00:00

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