diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-02-04 20:57:13 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-02-04 20:57:13 +0000 |
commit | 631a33bfdbb5cd77bf6e334ee7444c63b9cd31de (patch) | |
tree | c7ea3db022505a05bad066ac13cc2c7ea3af7dfc | |
parent | c0ff060d38024417a52a67541e22b21fbb649c56 (diff) | |
download | gst-plugins-bad-631a33bfdbb5cd77bf6e334ee7444c63b9cd31de.tar.gz gst-plugins-bad-631a33bfdbb5cd77bf6e334ee7444c63b9cd31de.tar.bz2 gst-plugins-bad-631a33bfdbb5cd77bf6e334ee7444c63b9cd31de.zip |
gst-launch-ext
Original commit message from CVS:
gst-launch-ext
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | gst-plugins.spec.in | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a31db440..d5e947ff 100644 --- a/configure.ac +++ b/configure.ac @@ -844,6 +844,7 @@ gst-libs/gst/resample/Makefile gst-libs/gst/riff/Makefile examples/capsfilter/Makefile examples/Makefile +tools/Makefile ) echo -e "configure: *** Plugins that will be built : $GST_PLUGINS_YES" diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in index 7900e9fc..433b1da6 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -17,7 +17,7 @@ Prefix: %prefix Requires: libxml2 >= 2.4.0 Requires: gstreamer >= %{ver} BuildRequires: nasm => 0.90 -BuildRequires: gstreamer-devel > 0.3.0 +BuildRequires: gstreamer-devel >= %{ver} %description GStreamer is a streaming-media framework, based on graphs of filters which @@ -30,7 +30,7 @@ plugins. %files %defattr(-, root, root) %doc AUTHORS COPYING README - +%{_bindir}/gst-launch-ext %prep %setup %build |