2010-06-24 13:23:33 +00:00
|
|
|
noinst_LTLIBRARIES = libgstbasevideodecoder.la
|
2010-06-09 13:43:43 +00:00
|
|
|
|
2010-06-24 13:23:33 +00:00
|
|
|
libgstbasevideodecoder_la_SOURCES = \
|
|
|
|
gstvideoframe.c \
|
|
|
|
gstbasevideodecoder.c
|
2010-06-09 13:43:43 +00:00
|
|
|
|
2010-06-24 22:57:16 +00:00
|
|
|
libgstbasevideodecoder_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \
|
2010-06-24 14:20:23 +00:00
|
|
|
-DGstBaseVideoDecoder=SatBaseVideoDecoder \
|
|
|
|
-DGstBaseVideoDecoderClass=SatBaseVideoDecoderClass
|
2010-06-24 22:57:16 +00:00
|
|
|
libgstbasevideodecoder_la_LIBADD = \
|
2012-04-04 12:41:22 +00:00
|
|
|
$(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_API_VERSION) \
|
2010-06-24 22:57:16 +00:00
|
|
|
$(GST_BASE_LIBS) $(GST_LIBS)
|
|
|
|
|
2010-06-24 13:23:33 +00:00
|
|
|
libgstbasevideodecoder_la_LDFLAGS = $(GST_ALL_LDFLAGS) -module -avoid-version
|
2010-06-09 13:43:43 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = \
|
2010-06-24 13:23:33 +00:00
|
|
|
gstvideoframe.h \
|
|
|
|
gstbasevideodecoder.h \
|
|
|
|
gstbasevideoutils.h
|