mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
edc5c27ffb
Summary: Allowing external user to directly use it Reviewers: Mathieu_Du Differential Revision: https://phabricator.freedesktop.org/D231
30 lines
626 B
Makefile
30 lines
626 B
Makefile
plugin_LTLIBRARIES = libgstnle.la
|
|
|
|
libgstnle_la_SOURCES = gstnle.c \
|
|
nleobject.c \
|
|
nlecomposition.c \
|
|
nleghostpad.c \
|
|
nleoperation.c \
|
|
nlesource.c \
|
|
nleurisource.c
|
|
|
|
libgstnle_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \
|
|
$(GST_BASE_CFLAGS) $(GST_CFLAGS) \
|
|
-I$(top_srcdir)
|
|
|
|
libgstnle_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
|
$(GST_BASE_LIBS) $(GST_LIBS)
|
|
|
|
libgstnle_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstnle_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
|
|
|
noinst_HEADERS = \
|
|
nle.h \
|
|
nleobject.h \
|
|
nlecomposition.h \
|
|
nletypes.h \
|
|
nleghostpad.h \
|
|
nleoperation.h \
|
|
nlesource.h \
|
|
nletypes.h \
|
|
nleurisource.h
|