Fix compilation with yasm-0.6.2

This commit is contained in:
Carl Eugen Hoyos
2012-01-12 16:35:49 +01:00
parent 05577aafaa
commit ef3a19d595
7 changed files with 19 additions and 3 deletions

View File

@@ -306,7 +306,9 @@ INIT_XMM
idct_put_fn sse2, 16
INIT_XMM
idct_put_fn sse4, 16
%ifdef HAVE_AVX
INIT_AVX
idct_put_fn avx, 16
%endif
%endif