Browse Source

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

Originally committed as revision 3705 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 21 years ago
parent
commit
487c2fadb0
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      configure

+ 3
- 0
configure 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;


Loading…
Cancel
Save