[hedgewars] We can't support video recording at this time

Bruno Wolff III bruno at fedoraproject.org
Sat Jan 3 22:37:13 UTC 2015


commit a1ee0a4efe19439ab4c99f8a6e83594e931d178e
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Jan 3 03:06:41 2015 -0600

    We can't support video recording at this time

 hedgewars.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/hedgewars.spec b/hedgewars.spec
index b3c80fa..dee47c5 100644
--- a/hedgewars.spec
+++ b/hedgewars.spec
@@ -78,7 +78,11 @@ rm -r misc/liblua misc/libphysfs misc/libphyslayer
 
 
 %build
-%cmake -DWITH_SERVER=1 .
+
+# -DNOVIDEOREC=1 disables video recording which for now needs 
+# things Fedora can't provide.
+
+%cmake -DWITH_SERVER=1 -DNOVIDEOREC=1 .
 make %{?_smp_mflags} VERBOSE=1
 
 


More information about the scm-commits mailing list