Add new argument parser

This commit is contained in:
spicyjpeg
2025-02-28 01:26:41 +01:00
parent 982fad256e
commit 7b5953322f
4 changed files with 807 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ libpsxav = static_library('psxav', [
libpsxav_dep = declare_dependency(include_directories: include_directories('libpsxav'), link_with: libpsxav)
executable('psxavenc', [
'psxavenc/args.c',
'psxavenc/cdrom.c',
'psxavenc/decoding.c',
'psxavenc/filefmt.c',