mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 20:31:36 +00:00
16 lines
451 B
Makefile
16 lines
451 B
Makefile
|
plugin_LTLIBRARIES = libgstvaapiconvert.la
|
||
|
|
||
|
libgstvaapiconvert_la_SOURCES = \
|
||
|
$(NULL)
|
||
|
|
||
|
noinst_HEADERS = \
|
||
|
$(NULL)
|
||
|
|
||
|
libgstvaapiconvert_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
||
|
libgstvaapiconvert_la_LIBADD = $(GST_LIBS) $(GST_PLUGINS_BASE_LIBS)
|
||
|
libgstvaapiconvert_la_LDFLAGS =
|
||
|
libgstvaapiconvert_la_LIBTOOLFLAGS = --tag=disable-static
|
||
|
|
||
|
# Extra clean files so that maintainer-clean removes *everything*
|
||
|
MAINTAINERCLEANFILES = Makefile.in
|