Refactor and get rid of common.h

This commit is contained in:
spicyjpeg
2025-02-28 02:15:21 +01:00
parent 7b5953322f
commit a39f159aaf
15 changed files with 1396 additions and 1526 deletions

View File

@@ -25,9 +25,8 @@ libpsxav_dep = declare_dependency(include_directories: include_directories('libp
executable('psxavenc', [
'psxavenc/args.c',
'psxavenc/cdrom.c',
'psxavenc/decoding.c',
'psxavenc/filefmt.c',
'psxavenc/mdec.c',
'psxavenc/psxavenc.c'
'psxavenc/main.c',
'psxavenc/mdec.c'
], dependencies: [libm_dep, ffmpeg, libpsxav_dep], install: true)