diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2007-07-11 13:57:22 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2007-07-11 13:57:22 +0000 |
commit | 6ffa87d3254dd8bdc31b50b378e1cf59c5dc13e5 (patch) | |
tree | 47a4880995c8a7567d2a649c79a3dab0e924f798 /configure | |
parent | 7c9dcd4bba43f5ff489227abdb65790738a18af1 (diff) | |
download | ffmpeg-6ffa87d3254dd8bdc31b50b378e1cf59c5dc13e5.tar.gz |
Proper check for mkstemp().
Originally committed as revision 9596 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -673,6 +673,7 @@ HAVE_LIST=" machine_ioctl_meteor_h malloc_h memalign + mkstemp mlib ppc64 sdl @@ -1507,6 +1508,8 @@ fi check_header byteswap.h +check_func mkstemp + check_header arpa/inet.h check_func inet_aton |