ffmpeg&libav: Remove custom strtod broken on arm
authorFredrik Fornwall <fredrik@fornwall.net>
Fri, 25 Mar 2016 01:42:59 +0000 (21:42 -0400)
committerFredrik Fornwall <fredrik@fornwall.net>
Fri, 25 Mar 2016 01:42:59 +0000 (21:42 -0400)
commita5be0489881c53c5beabee62274eaa6e1442dae2
tree28fbc1d74fa6c4142d6a04ce68f7e539bdb69b9b
parent1b3fe9854c6803496eeea5f1a0e0516aba39db1c
ffmpeg&libav: Remove custom strtod broken on arm

Defining a custom strtod on arm when using hard float breaks
since the function is marked in system headers as expecting a
soft abi. Hopefully strtod works on Android 5.0+ so the strtod
workaround is no longer needed.

Fixes #179.
packages/ffmpeg/build.sh
packages/ffmpeg/configure.patch [new file with mode: 0644]
packages/libav/build.sh
packages/libav/configure.patch [new file with mode: 0644]