changeset 12122:dc6039ad4c7e libavcodec

Current Cygwin has mkstemp().
author victor
date Fri, 09 Jul 2010 17:09:57 +0000
parents ee69b90df099
children 750962dae4c9
files libxvidff.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libxvidff.c	Fri Jul 09 16:05:58 2010 +0000
+++ b/libxvidff.c	Fri Jul 09 17:09:57 2010 +0000
@@ -80,7 +80,7 @@
 int xvid_ff_2pass(void *ref, int opt, void *p1, void *p2);
 void xvid_correct_framerate(AVCodecContext *avctx);
 
-/* Wrapper to work around the lack of mkstemp() on mingw/cygin.
+/* Wrapper to work around the lack of mkstemp() on mingw.
  * Also, tries to create file in /tmp first, if possible.
  * *prefix can be a character constant; *filename will be allocated internally.
  * @return file descriptor of opened file (or -1 on error)