gstreamer/ext/vorbis/Makefile.am
Wim Taymans 7e72e9be21 Added the vorbisfile plugin.
Original commit message from CVS:
Added the vorbisfile plugin.
2002-05-31 23:37:28 +00:00

11 lines
397 B
Makefile

plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstvorbis.la
libgstvorbis_la_SOURCES = vorbis.c vorbisenc.c vorbisdec.c vorbisfile.c
libgstvorbis_la_CFLAGS = $(GST_CFLAGS) $(VORBIS_CFLAGS)
## AM_PATH_VORBIS also sets VORBISENC_LIBS
libgstvorbis_la_LIBADD = $(VORBIS_LIBS) $(VORBISENC_LIBS) -lvorbisfile
libgstvorbis_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = vorbisenc.h vorbisdec.h