diff options
author | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2012-12-21 14:29:01 +0100 |
---|---|---|
committer | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2012-12-21 16:01:16 +0100 |
commit | 9e643a614771617be59e21ee2c63a6cb56ff36fe (patch) | |
tree | 4547c07a4b53b625709c129f4a2a22b2a9ae42cb /ext/Makefile.am | |
parent | 4344a1053dc6addc1948d4981a08aeabd26b6bc8 (diff) |
Add videoutils submodule for GstVideoDecoder APIs.
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 19 |
1 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 |