build: fix when HEVC decoder is disabled
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Wed, 27 Jan 2016 16:47:32 +0000 (17:47 +0100)
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Mon, 1 Feb 2016 11:21:57 +0000 (12:21 +0100)
commit54011c22e254d9113f20053b905322c3fde7f2b8
tree92d2b159b75c400b0f8338222700fcf21dd46c58
parentba91bf4c563b0c506e6e5859ac6b11d0d217047b
build: fix when HEVC decoder is disabled

This a very pathological situation: when we have a HEVC encoder but not a HEVC
decoder.

The encoder needs functions that are only available when the decoder is
enabled.

This patch moves the utils functions into the generic sources, such as the
rest of the utils.

Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
gst-libs/gst/vaapi/Makefile.am