[vlc-devel] commit: WinCE: undefined file descriptor use ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Apr 5 22:16:37 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Apr 5 23:16:18 2009 +0300| [ea39d42948d59dd6427912d32918fff4b9971b9c] | committer: Rémi Denis-Courmont
WinCE: undefined file descriptor use
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ea39d42948d59dd6427912d32918fff4b9971b9c
---
modules/access_output/file.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/access_output/file.c b/modules/access_output/file.c
index 6a3cd86..7639a0b 100644
--- a/modules/access_output/file.c
+++ b/modules/access_output/file.c
@@ -124,6 +124,7 @@ static int Open( vlc_object_t *p_this )
msg_Dbg( p_access, "using stdout" );
#else
#warning stdout is not supported on Windows Mobile, but may be used on Windows CE
+ fd = -1;
#endif
}
else
More information about the vlc-devel
mailing list