test/run_filter: move ReadFrames() to separate source

This commit is contained in:
Max Kellermann
2021-12-06 10:29:31 +01:00
parent 2240327286
commit 0a54b987a1
4 changed files with 80 additions and 29 deletions

View File

@@ -520,6 +520,7 @@ test(
executable(
'run_filter',
'run_filter.cxx',
'ReadFrames.cxx',
include_directories: inc,
dependencies: [
filter_glue_dep,