mirror of
https://github.com/WonderfulToolchain/psxavenc.git
synced 2025-12-17 11:30:26 +00:00
Optimize MDEC encoder, use ffmpeg DCT implementation
This commit is contained in:
committed by
Adrian Siekierka
parent
87b0fe3f2a
commit
302989badf
@@ -1,6 +1,6 @@
|
||||
project('psxavenc', 'c', default_options: ['c_std=c11'])
|
||||
|
||||
add_project_arguments('-D_POSIX_C_SOURCE=201112L', language : 'c')
|
||||
add_project_arguments('-D_POSIX_C_SOURCE=201112L', '-ffast-math', language : 'c')
|
||||
|
||||
conf_data = configuration_data()
|
||||
conf_data.set('VERSION', '"' + run_command('git', '-C', meson.project_source_root(), 'describe', '--tags', '--always', '--dirty', '--match=v*', check: true).stdout().strip() + '"')
|
||||
|
||||
Reference in New Issue
Block a user