mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
699452ef31
This is not needed any longer.
14 lines
744 B
Makefile
14 lines
744 B
Makefile
plugin_LTLIBRARIES = libgstvideosignal.la
|
|
|
|
libgstvideosignal_la_SOURCES = gstvideosignal.c \
|
|
gstvideoanalyse.c \
|
|
gstvideoanalyse.h \
|
|
gstsimplevideomarkdetect.c \
|
|
gstsimplevideomarkdetect.h \
|
|
gstsimplevideomark.c \
|
|
gstsimplevideomark.h
|
|
|
|
libgstvideosignal_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstvideosignal_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_API_VERSION@ $(GST_BASE_LIBS) $(GST_LIBS)
|
|
libgstvideosignal_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstvideosignal_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|