mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
9 lines
243 B
Makefile
9 lines
243 B
Makefile
|
|
||
|
plugin_LTLIBRARIES = libgstvideoparse.la
|
||
|
|
||
|
libgstvideoparse_la_SOURCES = gstvideoparse.c
|
||
|
libgstvideoparse_la_CFLAGS = $(GST_CFLAGS)
|
||
|
libgstvideoparse_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
||
|
libgstvideoparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
|