diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2008-05-08 00:44:42 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2008-05-08 00:44:42 +0000 |
commit | b091aa44b7c88ab4ff69949bf8903b4372e0c4a6 (patch) | |
tree | 549f694828280cab1a18c5ee783b5a71915601cc /configure | |
parent | 3f89d9c0000d313a0103a7d91fd9208e8744275b (diff) | |
download | ffmpeg-b091aa44b7c88ab4ff69949bf8903b4372e0c4a6.tar.gz |
Check for sys/resource.h and include it conditionally.
Originally committed as revision 13075 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -758,6 +758,7 @@ HAVE_LIST=" soundcard_h poll_h sys_mman_h + sys_resource_h sys_select_h sys_soundcard_h termios_h @@ -1577,6 +1578,7 @@ check_header conio.h check_header dlfcn.h check_header malloc.h check_header sys/mman.h +check_header sys/resource.h check_header termios.h if ! enabled_any memalign memalign_hack && enabled need_memalign ; then |