mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 05:01:23 +00:00
18 lines
564 B
Makefile
18 lines
564 B
Makefile
plugin_LTLIBRARIES = libgstvideotestsrc.la
|
|
|
|
ORC_SOURCE=gstvideotestsrcorc
|
|
include $(top_srcdir)/common/orc.mak
|
|
|
|
libgstvideotestsrc_la_SOURCES = \
|
|
gstvideotestsrc.c \
|
|
videotestsrc.c
|
|
nodist_libgstvideotestsrc_la_SOURCES = $(ORC_NODIST_SOURCES)
|
|
|
|
libgstvideotestsrc_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(ORC_CFLAGS)
|
|
libgstvideotestsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstvideotestsrc_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(ORC_LIBS)
|
|
libgstvideotestsrc_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = gstvideotestsrc.h videotestsrc.h
|
|
|
|
|