diff options
Diffstat (limited to 'libavcodec/i386/fft_3dn.c')
-rw-r--r-- | libavcodec/i386/fft_3dn.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libavcodec/i386/fft_3dn.c b/libavcodec/i386/fft_3dn.c index 700a1e4bae..8bd7b89d01 100644 --- a/libavcodec/i386/fft_3dn.c +++ b/libavcodec/i386/fft_3dn.c @@ -19,8 +19,9 @@ * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "dsputil.h" -#include "x86_cpu.h" + +#include "libavutil/x86_cpu.h" +#include "libavcodec/dsputil.h" static const int p1m1[2] __attribute__((aligned(8))) = { 0, 1 << 31 }; |