mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
8 lines
207 B
Makefile
8 lines
207 B
Makefile
|
|
||
|
plugin_LTLIBRARIES = libgstvideorate.la
|
||
|
|
||
|
libgstvideorate_la_SOURCES = gstvideorate.c
|
||
|
libgstvideorate_la_CFLAGS = $(GST_CFLAGS)
|
||
|
libgstvideorate_la_LIBADD =
|
||
|
libgstvideorate_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|