mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
build: fix variable declaration
Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
This commit is contained in:
parent
54011c22e2
commit
1ca14030c4
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue