summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2008-01-15 02:55:09 +0000
committerDavid Schleef <ds@schleef.org>2008-01-15 02:55:09 +0000
commit526682ae1ec87949aa223317fced24f4849aea5e (patch)
tree2f7fbf6ce6bd9bce7b939016c994c9b4100ac5bc
parentaeba23ea2b0a76988e2889491aba93411b202e3d (diff)
Add gst-editor to jhbuild modules
-rw-r--r--gstreamer.modules9
1 files changed, 9 insertions, 0 deletions
diff --git a/gstreamer.modules b/gstreamer.modules
index 7c7491f..fc0846b 100644
--- a/gstreamer.modules
+++ b/gstreamer.modules
@@ -87,6 +87,14 @@
<branch repo="gstreamer" module="gst-python" checkoutdir="gst-python"/>
</autotools>
+ <autotools id="gst-editor">
+ <dependencies>
+ <dep package="gstreamer"/>
+ <dep package="gst-plugins-base"/>
+ </dependencies>
+ <branch repo="gstreamer" module="gst-editor" checkoutdir="gst-editor"/>
+ </autotools>
+
<autotools id="pitivi">
<dependencies>
<dep package="gstreamer"/>
@@ -170,6 +178,7 @@
<dep package="gst-plugins-bad"/>
<dep package="gst-plugins-ugly"/>
<dep package="gst-ffmpeg"/>
+ <dep package="gst-editor"/>
<dep package="gnonlin"/>
<dep package="gst-python"/>
<dep package="pitivi"/>