GNOME Bugzilla – Bug 747831
fix HEVC compilation
Last modified: 2015-04-16 09:45:07 UTC
The new HEVC support has couple issues: a) it doesn't check if the HEVC support is present in the installed libva. b) there are a couple compiler warnings in the code. I would like a quick review for the second patch, since it touches code that I don't follow completely.
Created attachment 301515 [details] [review] build: don't compile HEVC if not supported HEVC decoding was added recently libva-1.5. This patch avoids HEVC decoding support in libgstvaapi if it is not available in the installed libva.
Created attachment 301516 [details] [review] HEVC: silence the compiler Fixed a couple of clang complains.
commit 3eb7986409b900abf1261b8e94ad08afba69d1b6 Author: Víctor Manuel Jáquez Leal <vjaquez@igalia.com> Date: Tue Apr 14 10:08:47 2015 +0200 build: don't compile HEVC if not supported
commit 8bef2cbd49ae44fa965366f9eabd8325112195d7 Author: Víctor Manuel Jáquez Leal <vjaquez@igalia.com> Date: Tue Apr 14 10:17:16 2015 +0200 HEVC: silence the compiler