test/DumpOgg: new debug program

This commit is contained in:
Max Kellermann
2022-03-16 16:28:00 +01:00
parent 4a5c7d8261
commit 2be4f89555
2 changed files with 81 additions and 0 deletions

View File

@@ -490,6 +490,19 @@ if libid3tag_dep.found()
],
)
endif
if ogg_dep.found()
executable(
'DumpOgg',
'DumpOgg.cxx',
include_directories: inc,
dependencies: [
ogg_dep,
input_glue_dep,
archive_glue_dep,
],
)
endif
#
# Filter