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

@ -29,16 +29,16 @@ files_omx = files(
) )
if with_gallium_omx == 'bellagio' if with_gallium_omx == 'bellagio'
files_omx += files( files_omx += files(
'bellagio/entrypoint.c', 'bellagio/entrypoint.c',
'bellagio/vid_dec.c', 'bellagio/vid_dec.c',
'bellagio/vid_dec_mpeg12.c', 'bellagio/vid_dec_mpeg12.c',
'bellagio/vid_dec_h264.c', 'bellagio/vid_dec_h264.c',
'bellagio/vid_dec_h265.c', 'bellagio/vid_dec_h265.c',
'bellagio/vid_enc.c' 'bellagio/vid_enc.c'
) )
elif with_gallium_omx == 'tizonia' elif with_gallium_omx == 'tizonia'
files_omx += files( files_omx += files(
'tizonia/entrypoint.c', 'tizonia/entrypoint.c',
'tizonia/h264d.c', 'tizonia/h264d.c',
'tizonia/h264dprc.c', 'tizonia/h264dprc.c',
@ -47,8 +47,8 @@ files_omx += files(
'tizonia/h264eprc.c', 'tizonia/h264eprc.c',
'tizonia/h264einport.c', 'tizonia/h264einport.c',
'tizonia/h264eoutport.c' 'tizonia/h264eoutport.c'
) )
inc_st_omx = [ inc_st_omx = [
inc_st_omx, inc_st_omx,
inc_dri_common, inc_dri_common,
inc_loader, inc_loader,
@ -56,8 +56,8 @@ inc_st_omx = [
inc_st_dri, inc_st_dri,
inc_egl, inc_egl,
inc_egl_dri2, inc_egl_dri2,
] ]
dep_st_omx = [dep_st_omx, dep_omx_other, dep_libdrm] dep_st_omx = [dep_st_omx, dep_omx_other, dep_libdrm]
endif endif
libomx_st = static_library( libomx_st = static_library(