[seamonkey/el6] disable gstreamer support (enabled by default since 2.21)

Dmitry Butskoy buc at fedoraproject.org
Wed Sep 18 21:24:32 UTC 2013


commit c9f0ef83456736d3bdd79212ccc3c59c913a0d0b
Author: Dmitry Butskoy <Dmitry at Butskoy.name>
Date:   Thu Sep 19 01:23:50 2013 +0400

    disable gstreamer support (enabled by default since 2.21)

 seamonkey.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/seamonkey.spec b/seamonkey.spec
index e2ab10b..141d3d6 100644
--- a/seamonkey.spec
+++ b/seamonkey.spec
@@ -178,6 +178,9 @@ echo "ac_add_options --with%{!?with_system_libvpx:out}-system-libvpx" >> .mozcon
 echo "ac_add_options --disable-webrtc" >> .mozconfig
 %endif
 
+#  enabled by default since 2.21
+echo "ac_add_options --disable-gstreamer" >> .mozconfig
+
 
 %build
 %if %{?bundled_python}


More information about the scm-commits mailing list