diff options
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | gst-plugins.spec.in | 2 |
3 files changed, 13 insertions, 4 deletions
@@ -1,3 +1,13 @@ +2005-05-06 Christian Schaller <uraeus@gnome.org> + + * configure.ac: + * ext/mad/Makefile.am: add linking of gstinterfaces + * ext/mad/gstid3tag.c: (plugin_init): remove library_load + * gst-plugins.spec.in: + * gst/effectv/Makefile.am: link to libgstvideofilter + * gst/effectv/gsteffectv.c: (plugin_init): same as for mad + * gst/videofilter/Makefile.am: make sure videoflip is not built + 2005-05-06 Wim Taymans <wim@fluendo.com> * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_setcaps), @@ -21,6 +31,7 @@ * gst/audioconvert: * gst/ffmpegcolorspace: * gst/typefind: + * gst/videofilter: comment out videoflip and gamma plugins 2005-05-06 Christian Schaller <uraeus@gnome.org> diff --git a/configure.ac b/configure.ac index 5b97c1f4..cac2e305 100644 --- a/configure.ac +++ b/configure.ac @@ -293,9 +293,9 @@ AC_SUBST(GST_PLUGIN_LDFLAGS) dnl these are all the gst plug-ins, compilable without additional libs GST_PLUGINS_ALL="\ + videofilter \ effectv \ - law \ - videofilter" + law" dnl see if we can build C++ plug-ins if test "x$HAVE_CXX" = "xyes"; then diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in index 08fd82dc..606611cf 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -126,8 +126,6 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/gstreamer-%{majorminor}/libgsteffectv.so %{_libdir}/gstreamer-%{majorminor}/libgstmulaw.so %{_libdir}/gstreamer-%{majorminor}/libgstvideofilter.so -%{_libdir}/gstreamer-%{majorminor}/libgstgamma.so -%{_libdir}/gstreamer-%{majorminor}/libgstvideoflip.so # gstreamer-plugins with external dependencies but in the main package # @USE_ARTS_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstarts.so |