From cd1ced0f2bc45a12f44dbc9c9911a3de5f7a5328 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 27 Jul 2005 19:19:20 +0000 Subject: [PATCH] ext/vorbis/Makefile.am: Revert wrong commit. Original commit message from CVS: * ext/vorbis/Makefile.am: Revert wrong commit. --- ChangeLog | 5 +++++ ext/vorbis/Makefile.am | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 640201b383..601e611d88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-07-27 Wim Taymans + + * ext/vorbis/Makefile.am: + Revert wrong commit. + 2005-07-27 Wim Taymans * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event): diff --git a/ext/vorbis/Makefile.am b/ext/vorbis/Makefile.am index f6e505ec1c..dcb41fb7be 100644 --- a/ext/vorbis/Makefile.am +++ b/ext/vorbis/Makefile.am @@ -9,7 +9,6 @@ libgstvorbis_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstvorbis_la_LIBADD = \ $(top_builddir)/gst-libs/gst/tag/libgsttagedit-@GST_MAJORMINOR@.la \ $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la \ - $(top_builddir)/gst-libs/gst/oggmapper/libgstoggmapper-@GST_MAJORMINOR@.la \ $(GST_LIBS) \ $(VORBIS_LIBS) $(VORBISENC_LIBS)