1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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

Originally committed as revision 3705 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2004-11-23 18:28:23 +00:00
parent dc56fc3802
commit 487c2fadb0

3
configure vendored
View File

@ -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;