mirror of https://github.com/mpv-player/mpv
meson: add missing gl-video test dependency
This commit is contained in:
parent
9606c3fca9
commit
d0e4eabb4e
|
@ -84,7 +84,8 @@ test('chmap', chmap)
|
||||||
gl_video_objects = libmpv.extract_objects('video/out/gpu/ra.c',
|
gl_video_objects = libmpv.extract_objects('video/out/gpu/ra.c',
|
||||||
'video/out/gpu/utils.c')
|
'video/out/gpu/utils.c')
|
||||||
gl_video = executable('gl-video', 'gl_video.c', objects: gl_video_objects,
|
gl_video = executable('gl-video', 'gl_video.c', objects: gl_video_objects,
|
||||||
include_directories: incdir, link_with: [img_utils, test_utils])
|
dependencies: [libavutil], include_directories: incdir,
|
||||||
|
link_with: [img_utils, test_utils])
|
||||||
test('gl-video', gl_video)
|
test('gl-video', gl_video)
|
||||||
|
|
||||||
json = executable('json', 'json.c', include_directories: incdir, link_with: test_utils)
|
json = executable('json', 'json.c', include_directories: incdir, link_with: test_utils)
|
||||||
|
|
Loading…
Reference in New Issue