diff options
author | Christian Schaller <uraeus@gnome.org> | 2002-10-24 20:42:58 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2002-10-24 20:42:58 +0000 |
commit | 440801dd9e53284925575c2170b53bf947522414 (patch) | |
tree | 7ef258ba266d8f11310a94079951828ac9f0394b | |
parent | 9c93c6f34113f70519158efaccc8c3add2849b87 (diff) | |
download | gst-plugins-bad-440801dd9e53284925575c2170b53bf947522414.tar.gz gst-plugins-bad-440801dd9e53284925575c2170b53bf947522414.tar.bz2 gst-plugins-bad-440801dd9e53284925575c2170b53bf947522414.zip |
add missing m4 to extra dist and add wavenc plugin to spec
Original commit message from CVS:
add missing m4 to extra dist and add wavenc plugin to spec
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | gst-plugins.spec.in | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5852f46b..45b60f97 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ SUBDIRS=gst-libs gst sys $(EXT_DIR) examples tools $(GCONF_DIR) testsuite DIST_SUBDIRS=gst-libs gst sys ext examples tools gconf testsuite -EXTRA_DIST=gst-plugins.spec depcomp \ +EXTRA_DIST=gst-plugins.spec depcomp gst-element-check.m4 \ gstreamer-libs.pc.in gstreamer-libs-uninstalled.pc.in \ AUTHORS COPYING README RELEASE \ ChangeLog autogen.sh common m4 diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in index febb8059..b254f270 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -1127,6 +1127,7 @@ Plug-in for playback of wav, au and mod audio files as well as mp3 type. %{_libdir}/gst/libgstauparse.so %{_libdir}/gst/libgstmp3types.so %{_libdir}/gst/libgstmodplug.so +%{_libdir}/gst/libgstwavenc.so %post -n gstreamer-audio-formats %{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null @@ -1430,6 +1431,8 @@ Plug-in for demuxing Quicktime movies @USE_GCONF_TRUE@gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer.schemas > /dev/null %changelog +* Thu Oct 24 2002 Christian Schaller <Uraeus@linuxrising.org> +- Added wavenc to audio formats package * Sat Oct 20 2002 Christian Scchaller <Uraeus@linuxrising.org> - Removed all .la files - added separate non-openquicktime demuxer plugin |