mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 07:28:53 +00:00
meson: update for new files in video lib
This commit is contained in:
parent
970ea49d30
commit
45eee84140
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@ video_sources = [
|
||||||
'video-scaler.c',
|
'video-scaler.c',
|
||||||
'video-tile.c',
|
'video-tile.c',
|
||||||
'video-overlay-composition.c',
|
'video-overlay-composition.c',
|
||||||
|
'videodirection.c',
|
||||||
'videoorientation.c',
|
'videoorientation.c',
|
||||||
'videooverlay.c',
|
'videooverlay.c',
|
||||||
]
|
]
|
||||||
|
@ -56,6 +57,7 @@ video_headers = [
|
||||||
'video-frame.h',
|
'video-frame.h',
|
||||||
'video-scaler.h',
|
'video-scaler.h',
|
||||||
'video-tile.h',
|
'video-tile.h',
|
||||||
|
'videodirection.h',
|
||||||
'videoorientation.h',
|
'videoorientation.h',
|
||||||
'videooverlay.h',
|
'videooverlay.h',
|
||||||
'video-resampler.h',
|
'video-resampler.h',
|
||||||
|
|
Loading…
Reference in a new issue