From 470e6446c41cd82224d5825fe6f7638c444c778d Mon Sep 17 00:00:00 2001 From: Adi Hezral Date: Fri, 5 Nov 2021 07:57:52 +0800 Subject: [PATCH] remove deps --- src/meson.build | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/meson.build b/src/meson.build index 31e4b25..da0f84b 100644 --- a/src/meson.build +++ b/src/meson.build @@ -23,9 +23,6 @@ inspektor_sources = [ 'constants.py', 'utils.py', 'file_inspeck.py', - 'waveform.py', - 'playaudio.py', - 'playvideo.py' ] install_data(inspektor_sources, install_dir: moduledir)