summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2014-04-28 17:44:03 +0200
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2014-06-13 17:17:07 +0200
commit3af6b0b8a0a0a46d100cf016cb00ccdacc18aa08 (patch)
tree8712ecd77b41708a1d77a21a182bc103c3ae3bbf /Makefile.am
parent799d7b7d0e931e7b0f478821ee31a0c6442bb510 (diff)
plugins: add built-in video parsers as "vaapiparse" element.
The built-in video parsers elements are built into a single DSO named libgstvaapi_parse.so. The various video parsers could be accessed as vaapiparse_CODEC. For now, this only includes a modified version of h264parse so that to support H.264 MVC encoded streams.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1d08eba0..b3332012 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
AUTOMAKE_OPTIONS = foreign
-SUBDIRS = debian.upstream ext gst-libs gst pkgconfig tests docs
+SUBDIRS = debian.upstream ext gst-libs gst pkgconfig tests docs patches
# Extra clean files so that maintainer-clean removes *everything*
MAINTAINERCLEANFILES = \