mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
5c1eb82b8a
Mostly for testing/completeness.
14 lines
420 B
Makefile
14 lines
420 B
Makefile
plugin_LTLIBRARIES = libgstbayer.la
|
|
|
|
libgstbayer_la_SOURCES = \
|
|
gstbayer.c \
|
|
gstbayer2rgb.c \
|
|
gstrgb2bayer.c \
|
|
gstrgb2bayer.h
|
|
libgstbayer_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
|
|
$(GST_CFLAGS)
|
|
libgstbayer_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) \
|
|
$(GST_BASE_LIBS)
|
|
libgstbayer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstbayer_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|