]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/x86/proresdsp-init.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / x86 / proresdsp-init.c
index 6263beac34aacc85e97b01b574b9a4379a42a570..c4aeb7f5035aa12a93a5abca940607fe8f8fd7ed 100644 (file)
@@ -52,6 +52,6 @@ void ff_proresdsp_x86_init(ProresDSPContext *dsp, AVCodecContext *avctx)
         dsp->idct_permutation_type = FF_TRANSPOSE_IDCT_PERM;
         dsp->idct_put = ff_prores_idct_put_10_avx;
     }
-#endif
-#endif
+#endif /* HAVE_AVX */
+#endif /* ARCH_X86_64 && HAVE_YASM */
 }