2012-12-23 09:23:16 +00:00
|
|
|
plugin_LTLIBRARIES = libgstmfc.la
|
|
|
|
|
|
|
|
libgstmfc_la_SOURCES = \
|
|
|
|
mfc_decoder/mfc_decoder.c \
|
2012-12-23 11:25:06 +00:00
|
|
|
fimc/fimc.c \
|
2012-12-23 09:23:16 +00:00
|
|
|
gstmfc.c \
|
|
|
|
gstmfcdec.c
|
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
mfc_decoder/mfc_decoder.h \
|
2012-12-23 11:25:06 +00:00
|
|
|
fimc/fimc.h \
|
2012-12-23 09:23:16 +00:00
|
|
|
gstmfcdec.h
|
|
|
|
|
|
|
|
libgstmfc_la_CFLAGS = \
|
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
|
|
|
$(GST_BASE_CFLAGS) \
|
|
|
|
$(GST_CFLAGS) \
|
|
|
|
-I$(srcdir)
|
|
|
|
libgstmfc_la_LIBADD = \
|
|
|
|
$(GST_PLUGINS_BASE_LIBS) \
|
2012-12-23 11:04:48 +00:00
|
|
|
-lgstvideo-@GST_API_VERSION@ \
|
2012-12-23 09:23:16 +00:00
|
|
|
$(GST_BASE_LIBS) \
|
|
|
|
$(GST_LIBS)
|
|
|
|
libgstmfc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
libgstmfc_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
|