decoder/plugins/meson.build: add missing dependency to libid3tag

This commit is contained in:
Max Kellermann
2023-12-22 18:01:29 +01:00
parent d9bbe39f48
commit a888b3a707
2 changed files with 5 additions and 0 deletions

View File

@@ -468,6 +468,7 @@ if libid3tag_dep.found()
tag_dep,
input_glue_dep,
archive_glue_dep,
libid3tag_dep,
],
)
endif