diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2007-06-25 16:18:28 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2007-06-25 16:18:28 +0000 |
commit | 45c10110202a8ed1c43f32f744dbb9f470163767 (patch) | |
tree | 248847deac2ce8ae6ab79273d481927d40cce038 /configure | |
parent | d6d0182e205d262d9df39eeaea77a9dd6cc728f1 (diff) | |
download | ffmpeg-45c10110202a8ed1c43f32f744dbb9f470163767.tar.gz |
Remove localtime_r implementation for systems that don't have it.
It is no longer used.
Originally committed as revision 9425 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -668,7 +668,6 @@ HAVE_LIST=" freetype2 imlib2 inet_aton - localtime_r lrintf machine_ioctl_bt848_h machine_ioctl_meteor_h @@ -1531,7 +1530,6 @@ check_header byteswap.h check_header arpa/inet.h check_func inet_aton -check_func localtime_r enabled zlib && check_lib zlib.h zlibVersion -lz || zlib="no" # ffserver uses poll(), |