2003-02-23 17:35:35 +00:00
|
|
|
plugin_LTLIBRARIES = libgstivorbis.la
|
|
|
|
|
2007-03-02 11:14:33 +00:00
|
|
|
libgstivorbis_la_SOURCES = vorbis.c vorbisfile.c vorbisdec.c
|
2005-11-21 03:21:04 +00:00
|
|
|
libgstivorbis_la_CFLAGS = $(GST_CFLAGS) $(IVORBIS_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
|
|
libgstivorbis_la_LIBADD = $(IVORBIS_LIBS) \
|
|
|
|
$(IVORBISFILE_LIBS) \
|
|
|
|
$(GST_BASE_LIBS) \
|
|
|
|
$(GST_PLUGINS_BASE_LIBS) \
|
|
|
|
-lgstaudio-@GST_MAJORMINOR@
|
2003-02-23 17:35:35 +00:00
|
|
|
libgstivorbis_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2008-11-04 12:42:30 +00:00
|
|
|
libgstivorbis_la_LIBTOOLFLAGS = --tag=disable-static
|
2003-02-23 17:35:35 +00:00
|
|
|
|
2007-07-05 22:28:04 +00:00
|
|
|
noinst_HEADERS = vorbisdec.h vorbisenc.h
|