build: fix check for GstJpegParser
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Wed, 9 Dec 2015 13:12:22 +0000 (14:12 +0100)
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Tue, 19 Jan 2016 11:49:11 +0000 (12:49 +0100)
commit046c880d8aee6fc972ccc8374017bf8b3a2b8d70
tree6a6875b1dbc9cb48c80ddcbf34b3be04a70c25f7
parente4ed64b7313fb8f5199b312852ecef2b3f238c15
build: fix check for GstJpegParser

Right now the local JPEG parser is always compiled because the check for the
upstreamed version is broken: it looks for an non existent symbol:
GstJpegImage.

This patch changes that check for< GstJpegFrameHdr.

Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
configure.ac