2004-01-30 20:23:24 +00:00
|
|
|
plugin_LTLIBRARIES = libgsttheora.la
|
|
|
|
|
2006-04-03 08:32:21 +00:00
|
|
|
noinst_HEADERS = gsttheoraenc.h gsttheoradec.h gsttheoraparse.h
|
2005-09-15 15:28:36 +00:00
|
|
|
|
2006-04-03 08:32:21 +00:00
|
|
|
libgsttheora_la_SOURCES = theora.c theoraenc.c theoradec.c theoraparse.c
|
2004-08-17 10:46:34 +00:00
|
|
|
libgsttheora_la_CFLAGS = $(GST_CFLAGS) $(THEORA_CFLAGS)
|
2004-01-30 20:23:24 +00:00
|
|
|
libgsttheora_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2005-07-13 17:58:07 +00:00
|
|
|
libgsttheora_la_LIBADD = \
|
2005-11-22 11:33:07 +00:00
|
|
|
$(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la \
|
2005-07-13 17:58:07 +00:00
|
|
|
$(GST_LIBS) \
|
|
|
|
$(THEORA_LIBS)
|