2004-01-30 20:23:24 +00:00
|
|
|
plugin_LTLIBRARIES = libgsttheora.la
|
|
|
|
|
2010-01-14 09:10:23 +00:00
|
|
|
noinst_HEADERS = gsttheoraenc.h \
|
|
|
|
gsttheoradec.h \
|
|
|
|
gsttheoraparse.h
|
|
|
|
|
|
|
|
libgsttheora_la_SOURCES = gsttheora.c \
|
|
|
|
gsttheoraenc.c \
|
|
|
|
gsttheoradec.c \
|
|
|
|
gsttheoraparse.c
|
2005-09-15 15:28:36 +00:00
|
|
|
|
2010-07-04 18:29:53 +00:00
|
|
|
libgsttheora_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(THEORA_CFLAGS)
|
2005-07-13 17:58:07 +00:00
|
|
|
libgsttheora_la_LIBADD = \
|
2012-04-04 12:20:13 +00:00
|
|
|
$(top_builddir)/gst-libs/gst/tag/libgsttag-$(GST_API_VERSION).la \
|
|
|
|
$(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_API_VERSION).la \
|
2010-07-04 18:29:53 +00:00
|
|
|
$(GST_BASE_LIBS) \
|
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
|
|
|
|