summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-10-29 22:55:52 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-10-29 22:55:52 +0000
commit53fdee3891e0fa46fcd6093ebc02b4a1420ac5aa (patch)
tree0d50c702c6a643b4e47a982bd60245592f9af63c
parent2a2b8cc4604fb05ced496b49c6bc331e5624069e (diff)
downloadgstreamer-plugins-base-53fdee3891e0fa46fcd6093ebc02b4a1420ac5aa.tar.gz
deprecating vorbisdec
Original commit message from CVS: deprecating vorbisdec
-rw-r--r--ext/vorbis/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/vorbis/Makefile.am b/ext/vorbis/Makefile.am
index 908b07c75..0652bea63 100644
--- a/ext/vorbis/Makefile.am
+++ b/ext/vorbis/Makefile.am
@@ -2,10 +2,10 @@ plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstvorbis.la
-libgstvorbis_la_SOURCES = vorbis.c vorbisenc.c vorbisdec.c vorbisfile.c
+libgstvorbis_la_SOURCES = vorbis.c vorbisenc.c vorbisfile.c
libgstvorbis_la_CFLAGS = $(GST_CFLAGS) $(VORBIS_CFLAGS)
## AM_PATH_VORBIS also sets VORBISENC_LIBS
libgstvorbis_la_LIBADD = $(VORBIS_LIBS) $(VORBISENC_LIBS) $(VORBISFILE_LIBS)
libgstvorbis_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-noinst_HEADERS = vorbisenc.h vorbisdec.h
+noinst_HEADERS = vorbisenc.h