mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-17 20:17:55 +02:00
Make vp8 select h264dsp and use this to pull in mmx intrapred
Originally committed as revision 23790 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0c59074868
commit
0912db0206
1
configure
vendored
1
configure
vendored
@ -1256,6 +1256,7 @@ vorbis_decoder_select="mdct"
|
|||||||
vorbis_encoder_select="mdct"
|
vorbis_encoder_select="mdct"
|
||||||
vp6a_decoder_select="vp6_decoder"
|
vp6a_decoder_select="vp6_decoder"
|
||||||
vp6f_decoder_select="vp6_decoder"
|
vp6f_decoder_select="vp6_decoder"
|
||||||
|
vp8_decoder_select="h264dsp"
|
||||||
wmapro_decoder_select="mdct"
|
wmapro_decoder_select="mdct"
|
||||||
wmav1_decoder_select="mdct"
|
wmav1_decoder_select="mdct"
|
||||||
wmav1_encoder_select="mdct"
|
wmav1_encoder_select="mdct"
|
||||||
|
@ -9,9 +9,7 @@ YASM-OBJS-$(CONFIG_FFT) += x86/fft_mmx.o \
|
|||||||
YASM-OBJS-$(CONFIG_GPL) += x86/h264_deblock_sse2.o \
|
YASM-OBJS-$(CONFIG_GPL) += x86/h264_deblock_sse2.o \
|
||||||
x86/h264_idct_sse2.o \
|
x86/h264_idct_sse2.o \
|
||||||
|
|
||||||
YASM-OBJS-$(CONFIG_H264_DECODER) += x86/h264_intrapred.o \
|
YASM-OBJS-$(CONFIG_H264DSP) += x86/h264_intrapred.o \
|
||||||
|
|
||||||
YASM-OBJS-$(CONFIG_VP8_DECODER) += x86/h264_intrapred.o \
|
|
||||||
|
|
||||||
MMX-OBJS-$(CONFIG_CAVS_DECODER) += x86/cavsdsp_mmx.o
|
MMX-OBJS-$(CONFIG_CAVS_DECODER) += x86/cavsdsp_mmx.o
|
||||||
MMX-OBJS-$(CONFIG_MP1FLOAT_DECODER) += x86/mpegaudiodec_mmx.o
|
MMX-OBJS-$(CONFIG_MP1FLOAT_DECODER) += x86/mpegaudiodec_mmx.o
|
||||||
|
Loading…
x
Reference in New Issue
Block a user