From 278376a80118ecace6c1c85c8568b5f91d72d816 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Mon, 5 Feb 2018 14:25:53 +0800 Subject: libyami: upgrade to 1.3.0 Major changes: *Implement H.264 SVC-T new reference mode *Implement H.264 low latency mode *Improve v4l2 interface,support dynamic resolution change *JPEG decoder fixes and Y800 support The 1.3.0 release tag isn't on any branch so use the SRCREV that is one commit behind. Added a patch to fix build because of change in location of headers in this release. Also, point to renamed intel repository. Signed-off-by: Anuj Mittal Signed-off-by: California Sullivan --- ...-point-to-build-dir-for-generated-headers.patch | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 recipes-multimedia/libyami/libyami/0001-Makefile.am-point-to-build-dir-for-generated-headers.patch (limited to 'recipes-multimedia/libyami/libyami/0001-Makefile.am-point-to-build-dir-for-generated-headers.patch') diff --git a/recipes-multimedia/libyami/libyami/0001-Makefile.am-point-to-build-dir-for-generated-headers.patch b/recipes-multimedia/libyami/libyami/0001-Makefile.am-point-to-build-dir-for-generated-headers.patch new file mode 100644 index 00000000..673969cf --- /dev/null +++ b/recipes-multimedia/libyami/libyami/0001-Makefile.am-point-to-build-dir-for-generated-headers.patch @@ -0,0 +1,29 @@ +From 00fc21a41bf7e11d468227487c4e9de9e6d608e6 Mon Sep 17 00:00:00 2001 +From: Anuj Mittal +Date: Mon, 5 Feb 2018 11:16:18 +0800 +Subject: [PATCH] Makefile.am: point to build dir for generated headers + +Otherwise it will give out errors for missing YamiVersion.h. + +Upstream-Status: Submitted [https://github.com/intel/libyami/pull/827] + +Signed-off-by: Anuj Mittal +--- + common/Makefile.am | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/common/Makefile.am b/common/Makefile.am +index 5ee61da..1a788e5 100644 +--- a/common/Makefile.am ++++ b/common/Makefile.am +@@ -40,6 +40,7 @@ extra_includes = \ + libyami_common_cppflags = \ + $(LIBVA_CFLAGS) \ + -I$(top_srcdir)/interface \ ++ -I$(top_builddir)/interface \ + $(extra_includes) \ + $(NULL) + +-- +2.7.4 + -- cgit v1.2.3-54-g00ecf