Commit 4890e079 authored by michael's avatar michael

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3705 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9711a7fc
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment