提交 487c2fad 编写于 作者: M Michael Niedermayer

cygwin fixes by (Sascha Sommer <saschasommer O freenet o de>)

Originally committed as revision 3705 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 dc56fc38
......@@ -277,8 +277,10 @@ CYGWIN*)
v4l="no"
audio_oss="yes"
dv1394="no"
ffserver="no"
extralibs=""
cygwin="yes"
EXESUF=".exe"
test -f /usr/include/inttypes.h || \
test -f /usr/local/include/inttypes.h || \
echo "Missing inttypes.h, please copy cygwin_inttypes.h to" \
......@@ -772,6 +774,7 @@ _malloc_h=yes
_memalign=yes
# check for memalign - atmos
cat > $TMPC << EOF
#include <stdio.h>
#include <malloc.h>
int main ( void ) {
char *string = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册