fix implicit fileno warning

This commit is contained in:
Adrian Siekierka 2023-05-15 18:55:53 +02:00
parent 2482bc14db
commit 4419132326
1 changed files with 2 additions and 0 deletions

View File

@ -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 = [