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)