summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-12-21 14:29:01 +0100
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-12-21 16:01:16 +0100
commit9e643a614771617be59e21ee2c63a6cb56ff36fe (patch)
tree4547c07a4b53b625709c129f4a2a22b2a9ae42cb /ext
parent4344a1053dc6addc1948d4981a08aeabd26b6bc8 (diff)
downloadgst-vaapi-9e643a614771617be59e21ee2c63a6cb56ff36fe.tar.gz
Add videoutils submodule for GstVideoDecoder APIs.
Diffstat (limited to 'ext')
-rw-r--r--ext/Makefile.am19
m---------ext/videoutils0
2 files changed, 19 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index bad55d50..cfb2bc03 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -25,5 +25,24 @@ codecparsers_source_h = \
EXTRA_DIST += $(codecparsers_source_h:%.h=$(codecparsers_srcdir)/%.h)
+videoutils_srcdir = \
+ $(top_srcdir)/ext/videoutils/gst-libs/gst/video
+
+videoutils_source_c = \
+ gstvideodecoder.c \
+ gstvideoutils.c \
+ video.c \
+ $(NULL)
+
+EXTRA_DIST += $(videoutils_source_c:%.c=$(videoutils_srcdir)/%.c)
+
+videoutils_source_h = \
+ gstvideodecoder.h \
+ gstvideoutils.h \
+ video.h \
+ $(NULL)
+
+EXTRA_DIST += $(videoutils_source_h:%.h=$(videoutils_srcdir)/%.h)
+
# Extra clean files so that maintainer-clean removes *everything*
MAINTAINERCLEANFILES = Makefile.in
diff --git a/ext/videoutils b/ext/videoutils
new file mode 160000
+Subproject 251df2b0958e6265cf5752fdfc82c69a2869eca