meson: Fix indent in omx meson.build

Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
Reviewed-by: Jon Turney <jon.turney@dronecode.org.uk>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Tested-by: Julien Isorce <julien.isorce@gmail.com>
Tested-by: Karol Herbst <kherbst@redhat.com>
This commit is contained in:
Dylan Baker 2018-03-06 10:36:09 -08:00
parent 6f628951af
commit cba104ebe3
1 changed files with 32 additions and 32 deletions

View File

@ -22,42 +22,42 @@ inc_st_omx = [inc_common]
dep_st_omx = [dep_omx, dep_x11_xcb, dep_xcb, dep_xcb_dri2, dep_xcb_dri3]
files_omx = files(
'vid_dec_common.c',
'vid_dec_h264_common.c',
'vid_enc_common.c',
'vid_omx_common.c'
'vid_dec_common.c',
'vid_dec_h264_common.c',
'vid_enc_common.c',
'vid_omx_common.c'
)
if with_gallium_omx == 'bellagio'
files_omx += files(
'bellagio/entrypoint.c',
'bellagio/vid_dec.c',
'bellagio/vid_dec_mpeg12.c',
'bellagio/vid_dec_h264.c',
'bellagio/vid_dec_h265.c',
'bellagio/vid_enc.c'
)
files_omx += files(
'bellagio/entrypoint.c',
'bellagio/vid_dec.c',
'bellagio/vid_dec_mpeg12.c',
'bellagio/vid_dec_h264.c',
'bellagio/vid_dec_h265.c',
'bellagio/vid_enc.c'
)
elif with_gallium_omx == 'tizonia'
files_omx += files(
'tizonia/entrypoint.c',
'tizonia/h264d.c',
'tizonia/h264dprc.c',
'tizonia/h264dinport.c',
'tizonia/h264e.c',
'tizonia/h264eprc.c',
'tizonia/h264einport.c',
'tizonia/h264eoutport.c'
)
inc_st_omx = [
inc_st_omx,
inc_dri_common,
inc_loader,
inc_gbm,
inc_st_dri,
inc_egl,
inc_egl_dri2,
]
dep_st_omx = [dep_st_omx, dep_omx_other, dep_libdrm]
files_omx += files(
'tizonia/entrypoint.c',
'tizonia/h264d.c',
'tizonia/h264dprc.c',
'tizonia/h264dinport.c',
'tizonia/h264e.c',
'tizonia/h264eprc.c',
'tizonia/h264einport.c',
'tizonia/h264eoutport.c'
)
inc_st_omx = [
inc_st_omx,
inc_dri_common,
inc_loader,
inc_gbm,
inc_st_dri,
inc_egl,
inc_egl_dri2,
]
dep_st_omx = [dep_st_omx, dep_omx_other, dep_libdrm]
endif
libomx_st = static_library(