Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Seungha Yang
gst-plugins-base
Commits
a378566e
Commit
a378566e
authored
Jun 23, 2005
by
Christian Schaller
Browse files
add videorate plugin to needed files
Original commit message from CVS: add videorate plugin to needed files
parent
290cafef
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
a378566e
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),
...
...
configure.ac
View file @
a378566e
...
...
@@ -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
...
...
gst-plugins-base.spec.in
View file @
a378566e
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment