From 1b4294c5b837e67d44099e5df52ffc819249dc4a Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Mon, 3 Aug 2020 13:45:49 +0200 Subject: [PATCH] tests: examples: Comply with compilation order --- tests/examples/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/examples/meson.build b/tests/examples/meson.build index 61da627..bc7fdb7 100644 --- a/tests/examples/meson.build +++ b/tests/examples/meson.build @@ -6,13 +6,13 @@ subdir('d3d11videosink') subdir('directfb') subdir('ipcpipeline') subdir('mpegts') +subdir('msdk') subdir('mxf') subdir('nvcodec') subdir('opencv', if_found: opencv_dep) subdir('uvch264') subdir('waylandsink') subdir('webrtc') -subdir('msdk') executable('playout', 'playout.c', -- 2.7.4