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:
parent
dc56fc3802
commit
487c2fadb0
3
configure
vendored
3
configure
vendored
@ -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…
Reference in New Issue
Block a user