x86: Add appropriate ifdefs around certain AVX functions.
authorDiego Biurrun <diego@biurrun.de>
Fri, 27 May 2011 19:18:12 +0000 (21:18 +0200)
committerDiego Biurrun <diego@biurrun.de>
Fri, 27 May 2011 19:18:12 +0000 (21:18 +0200)
commit5e528cffcf3d2cb1665075649601f4e62c8764e1
treece0b3a9c430cd9a309db326592ebc93043f58ad8
parentfaf8d3ddfa105d7f107a886c5f3cadf6357d89b6
x86: Add appropriate ifdefs around certain AVX functions.

nasm versions prior to 2.09 have trouble assembling some of our AVX code.
Protect these sections by preprocessor macros to allow compilation to pass.
libavcodec/x86/fft_mmx.asm
libavcodec/x86/fft_sse.c