pick up signals and args for vorbis; add some docs for vorbis
[platform/upstream/gst-plugins-base.git] / ext / theora / Makefile.am
1 plugin_LTLIBRARIES = libgsttheora.la
2
3 noinst_HEADERS = gsttheoraenc.h
4
5 libgsttheora_la_SOURCES = theora.c theoraenc.c theoradec.c
6 libgsttheora_la_CFLAGS = $(GST_CFLAGS) $(THEORA_CFLAGS)
7 libgsttheora_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
8 libgsttheora_la_LIBADD = \
9         $(top_builddir)/gst-libs/gst/tag/libgsttagedit-@GST_MAJORMINOR@.la \
10         $(GST_LIBS) \
11         $(THEORA_LIBS)