Michael Niedermayer 3e15775333 x86/ac3dsp_init: try to workaround ICC failure.
The asm code is not valid for older compilers as it uses too many
operands, ICC on x86_32 seems affected by this.
This patch disables the affected code for ICC on x86_32 and should
make it compileable again.
A better fix would be to use fewer operands or to change this code
to yasm, later is being worked on AFAIK so this is a temporary
solution.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-23 19:27:19 +01:00
2012-12-23 19:03:36 +01:00
2012-12-23 19:03:36 +01:00
2012-12-23 04:55:14 +01:00
2012-12-23 19:03:36 +01:00
2012-12-23 19:03:36 +01:00
2012-12-23 19:03:36 +01:00
2012-12-15 11:46:47 +01:00
2012-12-09 23:39:06 +01:00
2012-12-23 19:03:36 +01:00

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

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

* Read the documentation in the doc/ directory in git.
  You can also view it online at http://ffmpeg.org/documentation.html

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

* See the LICENSE file.

3) Build and Install
--------------------

* See the INSTALL file.
Description
No description provided
Readme 209 MiB
Languages
C 90.4%
Assembly 7.7%
Makefile 1.3%
C++ 0.2%
Objective-C 0.2%
Other 0.1%