Add vaapiconvert element hierarchy.

This commit is contained in:
gb 2010-03-05 15:29:04 +00:00
parent 11149b0124
commit d80785fda6
3 changed files with 18 additions and 2 deletions

View file

@ -135,7 +135,8 @@ AC_OUTPUT([
gst-libs/gst/Makefile gst-libs/gst/Makefile
gst-libs/gst/vaapi/Makefile gst-libs/gst/vaapi/Makefile
sys/Makefile sys/Makefile
sys/vaapi/Makefile sys/vaapiconvert/Makefile
sys/vaapisink/Makefile
tests/Makefile tests/Makefile
tests/examples/Makefile tests/examples/Makefile
tests/examples/generic/Makefile tests/examples/generic/Makefile

View file

@ -1,4 +1,4 @@
SUBDIRS = vaapi SUBDIRS = vaapiconvert vaapisink
# Extra clean files so that maintainer-clean removes *everything* # Extra clean files so that maintainer-clean removes *everything*
MAINTAINERCLEANFILES = Makefile.in MAINTAINERCLEANFILES = Makefile.in

View 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