mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
19 lines
No EOL
598 B
Makefile
19 lines
No EOL
598 B
Makefile
noinst_LTLIBRARIES = libgstbasevideodecoder.la
|
|
|
|
libgstbasevideodecoder_la_SOURCES = \
|
|
gstvideoframe.c \
|
|
gstbasevideodecoder.c
|
|
|
|
libgstbasevideodecoder_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \
|
|
-DGstBaseVideoDecoder=SatBaseVideoDecoder \
|
|
-DGstBaseVideoDecoderClass=SatBaseVideoDecoderClass
|
|
libgstbasevideodecoder_la_LIBADD = \
|
|
$(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_API_VERSION) \
|
|
$(GST_BASE_LIBS) $(GST_LIBS)
|
|
|
|
libgstbasevideodecoder_la_LDFLAGS = $(GST_ALL_LDFLAGS) -module -avoid-version
|
|
|
|
noinst_HEADERS = \
|
|
gstvideoframe.h \
|
|
gstbasevideodecoder.h \
|
|
gstbasevideoutils.h
|