summaryrefslogtreecommitdiff
path: root/gst-libs/gst
diff options
context:
space:
mode:
authorScott D Phillips <scott.d.phillips@intel.com>2017-02-13 16:39:41 -0800
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2017-02-16 17:27:50 +0100
commit884e0bece269b5199006690f8f30221aa4d56be3 (patch)
treee2ca3ec11b6115d61926d9bfe06bf5f0767f3f70 /gst-libs/gst
parent015e2617082a3a0e4788420094a20b4919d765ea (diff)
build: rename USE_HEVC_DECODER to USE_H265_DECODER
Rename to be consistent with H.264 and also H.265 encoder. The meson build assumed this was already consistently named, and so previously was not able to actually build the H.265 decoder. https://bugzilla.gnome.org/show_bug.cgi?id=778576
Diffstat (limited to 'gst-libs/gst')
-rw-r--r--gst-libs/gst/vaapi/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/vaapi/Makefile.am b/gst-libs/gst/vaapi/Makefile.am
index 56a22551..1159928d 100644
--- a/gst-libs/gst/vaapi/Makefile.am
+++ b/gst-libs/gst/vaapi/Makefile.am
@@ -166,7 +166,7 @@ endif
libgstvaapi_hevcdec_source_c = gstvaapidecoder_h265.c
libgstvaapi_hevcdec_source_h = gstvaapidecoder_h265.h
-if USE_HEVC_DECODER
+if USE_H265_DECODER
libgstvaapi_source_c += $(libgstvaapi_hevcdec_source_c)
libgstvaapi_source_h += $(libgstvaapi_hevcdec_source_h)
endif