Fix build with --disable-yasm.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:

committed by
Ronald S. Bultje

parent
082768f0b1
commit
58f7aad051
@@ -2835,11 +2835,13 @@ void dsputil_init_mmx(DSPContext* c, AVCodecContext *avctx)
|
|||||||
H264_QPEL_FUNCS(3, 2, ssse3);
|
H264_QPEL_FUNCS(3, 2, ssse3);
|
||||||
H264_QPEL_FUNCS(3, 3, ssse3);
|
H264_QPEL_FUNCS(3, 3, ssse3);
|
||||||
}
|
}
|
||||||
|
#if HAVE_YASM
|
||||||
else if (bit_depth == 10) {
|
else if (bit_depth == 10) {
|
||||||
H264_QPEL_FUNCS_10(1, 0, ssse3_cache64)
|
H264_QPEL_FUNCS_10(1, 0, ssse3_cache64)
|
||||||
H264_QPEL_FUNCS_10(2, 0, ssse3_cache64)
|
H264_QPEL_FUNCS_10(2, 0, ssse3_cache64)
|
||||||
H264_QPEL_FUNCS_10(3, 0, ssse3_cache64)
|
H264_QPEL_FUNCS_10(3, 0, ssse3_cache64)
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
c->add_png_paeth_prediction= add_png_paeth_prediction_ssse3;
|
c->add_png_paeth_prediction= add_png_paeth_prediction_ssse3;
|
||||||
#if HAVE_YASM
|
#if HAVE_YASM
|
||||||
if (!high_bit_depth) {
|
if (!high_bit_depth) {
|
||||||
|
Reference in New Issue
Block a user