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
|
2007-01-04 12:49:48 +00:00
|
|
|
libgsttheora_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(THEORA_CFLAGS)
|
2005-07-13 17:58:07 +00:00
|
|
|
libgsttheora_la_LIBADD = \
|
2006-06-11 14:08:54 +00:00
|
|
|
$(top_builddir)/gst-libs/gst/tag/libgsttag-$(GST_MAJORMINOR).la \
|
2005-07-13 17:58:07 +00:00
|
|
|
$(GST_LIBS) \
|
|
|
|
$(THEORA_LIBS)
|
2006-06-11 14:08:54 +00:00
|
|
|
libgsttheora_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2008-10-16 15:07:00 +00:00
|
|
|
libgsttheora_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
|