ffmpeg: Update from 3.3.2 to 3.3.3
[termux-packages] / packages / ffmpeg / configure.patch
CommitLineData
a5be0489
FF
1Avoid issue with strtod on arm:
2 https://github.com/termux/termux-packages/issues/179
3
4diff -u -r ../ffmpeg-3.0/configure ./configure
5--- ../ffmpeg-3.0/configure 2016-02-14 21:29:37.000000000 -0500
6+++ ./configure 2016-03-24 20:44:33.472274113 -0400
7@@ -4814,12 +4814,6 @@
8 probe_libc host_
9 test -n "$host_libc_type" && enable host_libc_$host_libc_type
10
11-case $libc_type in
12- bionic)
13- add_compat strtod.o strtod=avpriv_strtod
14- ;;
15-esac
16-
17 # hacks for compiler/libc/os combinations
18
19 if enabled_all tms470 libc_glibc; then