mirror of
https://github.com/WonderfulToolchain/psxavenc.git
synced 2025-12-17 03:20:26 +00:00
fix implicit fileno warning
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
project('psxavenc', 'c', default_options: ['c_std=c11'])
|
||||
|
||||
add_project_arguments('-D_POSIX_C_SOURCE=201112L', language : 'c')
|
||||
|
||||
libm_dep = meson.get_compiler('c').find_library('m')
|
||||
|
||||
ffmpeg = [
|
||||
|
||||
Reference in New Issue
Block a user