diff options
author | Peter Ross <pross@xvid.org> | 2018-11-11 21:49:29 +1100 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2018-11-28 22:16:07 +1100 |
commit | dea1224754fda003b0229c56bce6602a5699d8db (patch) | |
tree | f4beecac017fe6832442f73e4d6206fdc1501ffd /configure | |
parent | 533ba0b6b5a5357fe8c19b3b5bb23fa16b6979f1 (diff) | |
download | ffmpeg-streaming-dea1224754fda003b0229c56bce6602a5699d8db.zip ffmpeg-streaming-dea1224754fda003b0229c56bce6602a5699d8db.tar.gz |
additional math.h functions for djgpp
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5468,6 +5468,8 @@ EOF elif test_${pfx}cpp_condition sys/version.h "defined __DJGPP__"; then eval ${pfx}libc_type=djgpp add_cppflags -U__STRICT_ANSI__ + add_cflags "-include $source_path/compat/djgpp/math.h" + add_compat djgpp/math.o fi test_${pfx}cc <<EOF #include <time.h> |