mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
Add vaapiconvert element hierarchy.
This commit is contained in:
parent
11149b0124
commit
d80785fda6
3 changed files with 18 additions and 2 deletions
|
@ -135,7 +135,8 @@ AC_OUTPUT([
|
|||
gst-libs/gst/Makefile
|
||||
gst-libs/gst/vaapi/Makefile
|
||||
sys/Makefile
|
||||
sys/vaapi/Makefile
|
||||
sys/vaapiconvert/Makefile
|
||||
sys/vaapisink/Makefile
|
||||
tests/Makefile
|
||||
tests/examples/Makefile
|
||||
tests/examples/generic/Makefile
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS = vaapi
|
||||
SUBDIRS = vaapiconvert vaapisink
|
||||
|
||||
# Extra clean files so that maintainer-clean removes *everything*
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
|
15
sys/vaapiconvert/Makefile.am
Normal file
15
sys/vaapiconvert/Makefile.am
Normal file
|
@ -0,0 +1,15 @@
|
|||
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
|
Loading…
Reference in a new issue