2001-12-20 22:30:14 +00:00
|
|
|
plugin_LTLIBRARIES = libgstvorbis.la
|
|
|
|
|
2004-06-08 11:53:13 +00:00
|
|
|
libgstvorbis_la_SOURCES = vorbis.c \
|
2005-03-31 09:43:49 +00:00
|
|
|
vorbisdec.c vorbisenc.c vorbisparse.c
|
2003-11-24 04:08:48 +00:00
|
|
|
libgstvorbis_la_CFLAGS = $(GST_CFLAGS) $(VORBIS_CFLAGS)
|
2001-12-21 08:17:49 +00:00
|
|
|
## AM_PATH_VORBIS also sets VORBISENC_LIBS
|
Make gnomevfssrc extend the source base class.
Original commit message from CVS:
* ext/gnomevfs/Makefile.am:
* ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
(gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
(gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
(gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
(gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
(gst_gnomevfssrc_stop):
* ext/ogg/Makefile.am:
* ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
(gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
* ext/theora/Makefile.am:
* ext/theora/theoradec.c: (_inc_granulepos),
(theora_dec_sink_event), (theora_dec_chain):
* ext/vorbis/Makefile.am:
* ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
(vorbis_dec_sink_event), (vorbis_dec_chain):
* gst-libs/gst/audio/Makefile.am:
* sys/xvimage/Makefile.am:
Make gnomevfssrc extend the source base class.
Fix linking against libs in various plugins.
2005-04-06 17:33:07 +00:00
|
|
|
libgstvorbis_la_LIBADD = $(VORBIS_LIBS) $(VORBISENC_LIBS) $(VORBISFILE_LIBS) \
|
2005-04-25 00:23:06 +00:00
|
|
|
$(top_builddir)/gst-libs/gst/tag/libgsttagedit-@GST_MAJORMINOR@.la \
|
|
|
|
$(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la
|
2002-03-19 01:39:43 +00:00
|
|
|
libgstvorbis_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2001-12-20 22:30:14 +00:00
|
|
|
|
2005-03-31 09:43:49 +00:00
|
|
|
noinst_HEADERS = vorbisenc.h vorbisdec.h vorbisparse.h
|