summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-06-07 14:02:53 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2012-08-07 14:53:08 +0200
commit49f76ec184c6d4e2be8a6c4fadc4a8d4b2ec9547 (patch)
treebe058be0bcc815570cfb126f5edb7f1d36f79a47
parentfcd2a232be2ae49ad0ef819a3d73bc27b0050795 (diff)
use gstreamer for audio in spice-gtk
-rw-r--r--modulesets/spice.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/modulesets/spice.xml b/modulesets/spice.xml
index b4a1f4e..44a6602 100644
--- a/modulesets/spice.xml
+++ b/modulesets/spice.xml
@@ -92,7 +92,7 @@
version="1.5.5" size="1412611"/>
</distutils>
- <autotools id="spice-gtk" autogenargs="--disable-usbredir --without-python">
+ <autotools id="spice-gtk" autogenargs="--disable-usbredir --without-python --with-audio=gstreamer">
<branch repo="spice" module="spice-gtk.git"/>
<dependencies>
<dep package="celt"/>
@@ -101,6 +101,7 @@
<dep package="pyparsing"/>
<dep package="spice-protocol"/>
<!-- dep package="usbredir"-->
+ <dep package="gst-plugins-good"/>
<dep package="gtk+-3.0"/>
</dependencies>
</autotools>