build: verify for H264 MVC and H265 SPS
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Fri, 11 Sep 2015 14:35:30 +0000 (16:35 +0200)
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Tue, 15 Sep 2015 17:36:37 +0000 (19:36 +0200)
commitccc9ce7101158d743fdbdcc387890036ecdf1933
treea4e257bb4fc8d6fe89307118654a620dbb058185
parentf6ae00a6bb5d55b48fc2074b5abccad0bccee641
build: verify for H264 MVC and H265 SPS

Currently the H264 and H265 parsers look for MVC and SPS respectively, and
the required symbols for those were added in GStreamer 1.5

If we try to compile in GStreamer < 1.4, without enabling the builtin codec
parsers, the compilation fails, because the lack of those symbols.

This patch verifies if the installed H264 and H265 parsers have those symbols. If
they do not, the specific built in codec parsers are enabled and used.

Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
https://bugzilla.gnome.org/show_bug.cgi?id=754845
configure.ac