mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 12:27:21 +00:00
More MacOS fixes.
This commit is contained in:
parent
cf55bc22a5
commit
97eb69d443
@ -625,7 +625,7 @@ avi_t* AVI_open_output_file(char * filename)
|
|||||||
we do not truncate the file when we open it.
|
we do not truncate the file when we open it.
|
||||||
Instead it is truncated when the AVI file is closed */
|
Instead it is truncated when the AVI file is closed */
|
||||||
|
|
||||||
#if defined(SYS_UNIX)
|
#if defined(SYS_UNIX) || defined(SYS_APPLE)
|
||||||
AVI->fdes = xio_open(filename, O_RDWR|O_CREAT,
|
AVI->fdes = xio_open(filename, O_RDWR|O_CREAT,
|
||||||
S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH);
|
S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH);
|
||||||
#elif defined(COMP_MINGW) || defined(COMP_CYGWIN)
|
#elif defined(COMP_MINGW) || defined(COMP_CYGWIN)
|
||||||
|
Loading…
Reference in New Issue
Block a user