platform: avoid hard coded temp dir path in vlc_memfd()
on posix/linux the $TMPDIR path should be preferred, using "/tmp" as a fallback. here we use our new config_GetTempPath() helper.
Please register or sign in to comment
on posix/linux the $TMPDIR path should be preferred, using "/tmp" as a fallback. here we use our new config_GetTempPath() helper.
VideoLAN code repository instance