mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
remove sinesrc from the build
Original commit message from CVS: remove sinesrc from the build
This commit is contained in:
parent
88df6839ae
commit
3f12c23cdb
3 changed files with 8 additions and 5 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac:
|
||||
* gst-plugins-base.spec.in:
|
||||
remove sinesrc from the build
|
||||
|
||||
2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* check/Makefile.am:
|
||||
|
|
|
@ -10,7 +10,7 @@ AS_VERSION(gst-plugins-base, GST_PLUGINS_BASE_VERSION, 0, 9, 5, 1,
|
|||
GST_CVS="no", GST_CVS="yes")
|
||||
|
||||
dnl can autoconf find the source ?
|
||||
AC_CONFIG_SRCDIR([gst/sine/gstsinesrc.c])
|
||||
AC_CONFIG_SRCDIR([gst/audiotestsrc/gstaudiotestsrc.c])
|
||||
|
||||
dnl define the output header for config
|
||||
AM_CONFIG_HEADER([config.h])
|
||||
|
@ -78,7 +78,6 @@ GST_PLUGINS_ALL="\
|
|||
audiotestsrc \
|
||||
ffmpegcolorspace \
|
||||
playback \
|
||||
sine \
|
||||
typefind \
|
||||
videotestsrc \
|
||||
videorate \
|
||||
|
@ -568,7 +567,6 @@ gst/audioresample/Makefile
|
|||
gst/audiotestsrc/Makefile
|
||||
gst/ffmpegcolorspace/Makefile
|
||||
gst/playback/Makefile
|
||||
gst/sine/Makefile
|
||||
gst/subparse/Makefile
|
||||
gst/tcp/Makefile
|
||||
gst/typefind/Makefile
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
%define majorminor @GST_MAJORMINOR@
|
||||
%define gstreamer gstreamer09
|
||||
|
||||
%define gst_minver 0.9.1
|
||||
%define gst_minver 0.9.5
|
||||
|
||||
Name: %{gstreamer}-plugins-base
|
||||
Version: @VERSION@
|
||||
|
@ -91,7 +91,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_libdir}/gstreamer-%{majorminor}/libgstadder.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstaudioconvert.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstffmpegcolorspace.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstsinesrc.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstdecodebin.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstplaybin.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgsttypefindfunctions.so
|
||||
|
|
Loading…
Reference in a new issue