Revision b550bfaa libavcodec/i386/fft_sse.c
libavcodec/i386/fft_sse.c | ||
---|---|---|
18 | 18 |
* License along with FFmpeg; if not, write to the Free Software |
19 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 | 20 |
*/ |
21 |
#include "../dsputil.h"
|
|
21 |
#include "dsputil.h" |
|
22 | 22 |
|
23 | 23 |
static const int p1p1p1m1[4] __attribute__((aligned(16))) = |
24 | 24 |
{ 0, 0, 0, 1 << 31 }; |
Also available in: Unified diff