mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
c619495c5c
Original commit message from CVS: fix wim's commit
8 lines
251 B
Makefile
8 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)
|