From 45eee841404c72ca77a92d409cba00635b5a5751 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 25 Aug 2016 12:19:52 +0100 Subject: [PATCH] meson: update for new files in video lib --- gst-libs/gst/video/meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst-libs/gst/video/meson.build b/gst-libs/gst/video/meson.build index 7733c8c..5f1aa95 100644 --- a/gst-libs/gst/video/meson.build +++ b/gst-libs/gst/video/meson.build @@ -28,6 +28,7 @@ video_sources = [ 'video-scaler.c', 'video-tile.c', 'video-overlay-composition.c', + 'videodirection.c', 'videoorientation.c', 'videooverlay.c', ] @@ -56,6 +57,7 @@ video_headers = [ 'video-frame.h', 'video-scaler.h', 'video-tile.h', + 'videodirection.h', 'videoorientation.h', 'videooverlay.h', 'video-resampler.h', -- 2.7.4