mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
15 lines
No EOL
466 B
Makefile
15 lines
No EOL
466 B
Makefile
noinst_LTLIBRARIES = libgstbasevideodecoder.la
|
|
|
|
libgstbasevideodecoder_la_SOURCES = \
|
|
gstvideoframe.c \
|
|
gstbasevideodecoder.c
|
|
|
|
libgstbasevideodecoder_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstbasevideodecoder_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) \
|
|
$(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR)
|
|
libgstbasevideodecoder_la_LDFLAGS = $(GST_ALL_LDFLAGS) -module -avoid-version
|
|
|
|
noinst_HEADERS = \
|
|
gstvideoframe.h \
|
|
gstbasevideodecoder.h \
|
|
gstbasevideoutils.h
|