diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-11-23 18:28:23 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-11-23 18:28:23 +0000 |
commit | 487c2fadb021a80159258ea652104ff56e6257d5 (patch) | |
tree | 51ecf575c7e4e35fc3258170cdff9268a9f3d21e | |
parent | dc56fc38021cec000eda49a5e8ca145af049b89c (diff) | |
download | ffmpeg-487c2fadb021a80159258ea652104ff56e6257d5.tar.gz |
cygwin fixes by (Sascha Sommer <saschasommer O freenet o de>)
Originally committed as revision 3705 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |