Hi, 2011/12/18 Måns Rullgård <[email protected]>
> Diego Biurrun <[email protected]> writes: > > > --- > > configure | 15 ++++++++------- > > libavcodec/x86/Makefile | 2 +- > > 2 files changed, 9 insertions(+), 8 deletions(-) > > > > diff --git a/configure b/configure > > index 22542af..1ba505c 100755 > > --- a/configure > > +++ b/configure > > @@ -939,6 +939,7 @@ CONFIG_LIST=" > > h264chroma > > h264dsp > > h264pred > > + h264qpel > > hardcoded_tables > > huffman > > libcdio > > @@ -1301,7 +1302,7 @@ h263_encoder_select="aandct" > > h263_vaapi_hwaccel_select="vaapi h263_decoder" > > h263i_decoder_select="h263_decoder" > > h263p_encoder_select="h263_encoder" > > -h264_decoder_select="golomb h264chroma h264dsp h264pred" > > +h264_decoder_select="golomb h264chroma h264dsp h264pred h264qpel" > > h264_dxva2_hwaccel_deps="dxva2api_h" > > h264_dxva2_hwaccel_select="dxva2 h264_decoder" > > h264_vaapi_hwaccel_select="vaapi h264_decoder" > > [...] > > > diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile > > index aa97942..61b0e0d 100644 > > --- a/libavcodec/x86/Makefile > > +++ b/libavcodec/x86/Makefile > > @@ -23,6 +23,7 @@ YASM-OBJS-$(CONFIG_H264DSP) += > x86/h264_deblock.o \ > > YASM-OBJS-$(CONFIG_H264PRED) += x86/h264_intrapred.o > \ > > x86/h264_intrapred_10bit.o > > MMX-OBJS-$(CONFIG_H264PRED) += x86/h264_intrapred_init.o > > +YASM-OBJS-$(CONFIG_H264QPEL) += x86/h264_qpel_10bit.o > > > > MMX-OBJS-$(CONFIG_RV40_DECODER) += x86/rv40dsp.o > \ > > > > @@ -52,7 +53,6 @@ MMX-OBJS-$(CONFIG_VP8_DECODER) += > x86/vp8dsp-init.o > > MMX-OBJS-$(HAVE_YASM) += x86/dsputil_yasm.o > \ > > x86/deinterlace.o > \ > > x86/fmtconvert.o > \ > > - x86/h264_qpel_10bit.o > \ > > $(YASM-OBJS-yes) > > > > MMX-OBJS-$(CONFIG_FFT) += x86/fft.o > > -- > > Is the plan to make all the qpel code conditional on this? Daniel is yasm'ifying it. I don't think it makes sense before that, hyper-integrated in dsputil_mmx.c Ronald
_______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
