ffmpeg: make ARM optimizations explicit
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 21 Dec 2012 02:40:31 +0000 (02:40 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 21 Dec 2012 12:54:42 +0000 (13:54 +0100)
commit9e77eafbd8a15bd22aa162cdff719690c9aa864d
tree0a7050188646370d7a2741f09b9b27bc328cca60
parent25347541025401e1d575c198348e2f99b8894ce3
ffmpeg: make ARM optimizations explicit

The ffmpeg configure script tries to autodetermine ARM optimizations by
building a small code snippet with AS.
If AS allows higher-level (>generic) assembly instructions then it
passes and enables the relevant optimization path.
Some toolchains allow/default to more than generic asm and then fail
when the real code is built.
Fixes:
http://autobuild.buildroot.net/results/b6e1225a07a58cc7544e37bc55675be71e2b5088/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/multimedia/ffmpeg/ffmpeg.mk