9 lines
251 B
Makefile
9 lines
251 B
Makefile
noinst_HEADERS = gstvideorate.h
|
|
|
|
plugin_LTLIBRARIES = libgstvideorate.la
|
|
|
|
libgstvideorate_la_SOURCES = gstvideorate.c
|
|
libgstvideorate_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstvideorate_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstvideorate_la_LIBADD = $(GST_LIBS)
|