summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-11-23 18:28:23 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-11-23 18:28:23 +0000
commit487c2fadb021a80159258ea652104ff56e6257d5 (patch)
tree51ecf575c7e4e35fc3258170cdff9268a9f3d21e /configure
parentdc56fc38021cec000eda49a5e8ca145af049b89c (diff)
cygwin fixes by (Sascha Sommer <saschasommer O freenet o de>)
Originally committed as revision 3705 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 2722a9d7da..e7d732ff25 100755
--- a/configure
+++ b/configure
@@ -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;