gst-launch-ext

Original commit message from CVS:
gst-launch-ext
This commit is contained in:
Thomas Vander Stichele 2002-02-04 20:57:13 +00:00
parent c0ff060d38
commit 631a33bfdb
2 changed files with 3 additions and 2 deletions

View file

@ -844,6 +844,7 @@ gst-libs/gst/resample/Makefile
gst-libs/gst/riff/Makefile gst-libs/gst/riff/Makefile
examples/capsfilter/Makefile examples/capsfilter/Makefile
examples/Makefile examples/Makefile
tools/Makefile
) )
echo -e "configure: *** Plugins that will be built : $GST_PLUGINS_YES" echo -e "configure: *** Plugins that will be built : $GST_PLUGINS_YES"

View file

@ -17,7 +17,7 @@ Prefix: %prefix
Requires: libxml2 >= 2.4.0 Requires: libxml2 >= 2.4.0
Requires: gstreamer >= %{ver} Requires: gstreamer >= %{ver}
BuildRequires: nasm => 0.90 BuildRequires: nasm => 0.90
BuildRequires: gstreamer-devel > 0.3.0 BuildRequires: gstreamer-devel >= %{ver}
%description %description
GStreamer is a streaming-media framework, based on graphs of filters which GStreamer is a streaming-media framework, based on graphs of filters which
@ -30,7 +30,7 @@ plugins.
%files %files
%defattr(-, root, root) %defattr(-, root, root)
%doc AUTHORS COPYING README %doc AUTHORS COPYING README
%{_bindir}/gst-launch-ext
%prep %prep
%setup %setup
%build %build