mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
add videorate plugin to needed files
Original commit message from CVS: add videorate plugin to needed files
This commit is contained in:
parent
290cafefeb
commit
a378566e01
3 changed files with 21 additions and 8 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-06-23 Christian Schaller <uraeus@gnome.org>
|
||||
|
||||
* configure.ac: add videorate
|
||||
* gst-plugins-base.spec.in: add videorate
|
||||
|
||||
2005-06-23 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
|
||||
|
|
|
@ -66,9 +66,9 @@ AS_COMPILER_FLAG(-Wall, GST_WALL="yes", GST_WALL="no")
|
|||
if test "x$GST_WALL" = "xyes"; then
|
||||
GST_ERROR="$GST_ERROR -Wall"
|
||||
|
||||
if test "x$GST_CVS" = "xyes"; then
|
||||
AS_COMPILER_FLAG(-Werror,GST_ERROR="$GST_ERROR -Werror",GST_ERROR="$GST_ERROR")
|
||||
fi
|
||||
# if test "x$GST_CVS" = "xyes"; then
|
||||
# AS_COMPILER_FLAG(-Werror,GST_ERROR="$GST_ERROR -Werror",GST_ERROR="$GST_ERROR")
|
||||
# fi
|
||||
fi
|
||||
|
||||
dnl determine c++ compiler
|
||||
|
@ -377,6 +377,7 @@ GST_PLUGINS_ALL="\
|
|||
subparse \
|
||||
typefind \
|
||||
videotestsrc \
|
||||
videorate \
|
||||
volume \
|
||||
"
|
||||
|
||||
|
@ -874,6 +875,7 @@ gst/sine/Makefile
|
|||
gst/subparse/Makefile
|
||||
gst/typefind/Makefile
|
||||
gst/videotestsrc/Makefile
|
||||
gst/videorate/Makefile
|
||||
gst/volume/Makefile
|
||||
sys/Makefile
|
||||
sys/ximage/Makefile
|
||||
|
|
|
@ -108,6 +108,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_libdir}/libgstriff-0.9.so.*
|
||||
%{_libdir}/libgsttagedit-0.9.so.*
|
||||
%{_libdir}/libgstvideo-0.9.so.*
|
||||
%{_libdir}/libgstnet-0.9.so.*
|
||||
|
||||
# non-core plugins without external dependencies
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstadder.so
|
||||
|
@ -120,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_libdir}/gstreamer-%{majorminor}/libgstvideotestsrc.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstaudiorate.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstsubparse.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstvolume.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstvideorate.so
|
||||
|
||||
@USE_THEORA_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgsttheora.so
|
||||
@USE_GNOME_VFS_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstgnomevfs.so
|
||||
@USE_VORBIS_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstvorbis.so
|
||||
|
@ -167,11 +171,13 @@ GStreamer support libraries header files.
|
|||
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiosink.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstbaseaudiosink.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstringbuffer.h
|
||||
%{_libdir}/libgstaudio-0.9.so
|
||||
%{_libdir}/libgstaudiofilter-0.9.so
|
||||
%{_libdir}/libgstriff-0.9.so
|
||||
%{_libdir}/libgsttagedit-0.9.so
|
||||
%{_libdir}/libgstvideo-0.9.so
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/net/gstnetbuffer.h
|
||||
%{_libdir}/libgstaudio-%{majorminor}.so
|
||||
%{_libdir}/libgstaudiofilter-%{majorminor}.so
|
||||
%{_libdir}/libgstriff-%{majorminor}.so
|
||||
%{_libdir}/libgsttagedit-%{majorminor}.so
|
||||
%{_libdir}/libgstvideo-%{majorminor}.so
|
||||
%{_libdir}/libgstnet-%{majorminor}.so
|
||||
|
||||
|
||||
# library headers
|
||||
|
|
Loading…
Reference in a new issue