mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
7 lines
235 B
Makefile
7 lines
235 B
Makefile
|
plugin_LTLIBRARIES = libgstbayer.la
|
||
|
|
||
|
libgstbayer_la_SOURCES = gstbayer.c gstbayer2rgb.c
|
||
|
libgstbayer_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
||
|
libgstbayer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lgstbase-0.10
|
||
|
|