summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2016-01-27 17:53:59 +0100
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2016-02-01 12:21:57 +0100
commit1ca14030c45f475e0a637d3c39c5676834f2d506 (patch)
tree1e3c0797194151674639165ae352e2a6834fe7c0
parent54011c22e254d9113f20053b905322c3fde7f2b8 (diff)
downloadgst-vaapi-1ca14030c45f475e0a637d3c39c5676834f2d506.tar.gz
build: fix variable declaration
Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a698884d..9dcc4d2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -973,7 +973,7 @@ if test "$enable_encoders" = "yes"; then
]],
[[VAEncSequenceParameterBufferHEVC seq_param;
VAEncPictureParameterBufferHEVC pic_param;
- VAEncSliceParameterBufferHEVC;
+ VAEncSliceParameterBufferHEVC buf_param;
VAQMatrixBufferHEVC q_matrix;]])],
[ac_cv_have_hevc_encoding_api="yes" USE_H265_ENCODER=1],
[ac_cv_have_hevc_encoding_api="no" USE_H265_ENCODER=0]