video_filter: meson.build: link ci_filters against GLES

This commit is contained in:
Alexandre Janniaux 2023-01-11 17:35:19 +01:00 committed by Jean-Baptiste Kempf
parent ebe968239c
commit 5b541bcec5
1 changed files with 1 additions and 2 deletions

View File

@ -254,8 +254,7 @@ if host_system == 'darwin'
coregraphics_dep,
coreimage_dep,
corevideo_dep,
(have_osx) ? dependency('gl', required: true) : []
# Add OpenGLES dependency for iOS
(have_osx) ? dependency('gl', required: true) : opengles_dep
],
'include_directories' : [include_directories('../codec')]
}