Merge branch 'v0.23.x'

This commit is contained in:
Max Kellermann
2022-03-26 06:49:51 +01:00
6 changed files with 100 additions and 9 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