]> git.sesse.net Git - ffmpeg/blobdiff - configure
lavfi/mp: try to pass interlaced & tff flags
[ffmpeg] / configure
index 80317eb1fdd5a79166ed3b06281a6cc971b40a78..4403d1ea1ffc6ea1fdc33967c384135512b5c609 100755 (executable)
--- a/configure
+++ b/configure
@@ -3565,6 +3565,9 @@ elif check_func_headers stdlib.h _get_doserrno; then
     check_cpp_condition stdlib.h "defined(_WIN32_WINNT)" || add_cppflags -D_WIN32_WINNT=0x0502
 elif check_cpp_condition stddef.h "defined __KLIBC__"; then
     libc_type=klibc
+elif check_cpp_condition sys/cdefs.h "defined __BIONIC__"; then
+    libc_type=bionic
+    add_compat strtod.o strtod=avpriv_strtod
 fi
 
 test -n "$libc_type" && enable $libc_type