1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-14 22:22:59 +02:00
Mans Rullgard 44caaa560b ARM: improve VFP ABI check
Recent gcc versions define __ARM_PCS or __ARM_PCS_VFP to indicate the
VFP ABI in use, and ARM RVCT defines __SOFTFP__ when using this ABI.
If none of these are defined, check $cross_prefix and $cc for the
substring "hardfloat", and finally fall back to a linker test.  This
gives the correct result in most configurations.
2011-01-18 20:48:25 +00:00
2011-01-18 20:48:23 +00:00
2011-01-18 20:48:24 +00:00
2011-01-18 08:00:23 +01:00
2010-09-03 21:27:19 +00:00
2011-01-18 20:48:25 +00:00
2011-01-18 11:20:17 -08:00
2011-01-07 18:48:45 +00:00
2011-01-18 11:05:51 -08:00
2011-01-09 10:22:21 +00:00
2011-01-18 20:48:23 +00:00

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.
Languages
C 90.3%
Assembly 7.8%
Makefile 1.3%
C++ 0.2%
Objective-C 0.2%
Other 0.1%