You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
build: Have the eatqi decoder depend on the MPEG-1 decoder
eatqi uses more than just the shared mpegvideo bits.
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -1749,7 +1749,7 @@ eac3_decoder_select="ac3_decoder"
|
|||||||
eac3_encoder_select="ac3_encoder"
|
eac3_encoder_select="ac3_encoder"
|
||||||
eamad_decoder_select="aandcttables blockdsp dsputil mpegvideo"
|
eamad_decoder_select="aandcttables blockdsp dsputil mpegvideo"
|
||||||
eatgq_decoder_select="aandcttables dsputil"
|
eatgq_decoder_select="aandcttables dsputil"
|
||||||
eatqi_decoder_select="aandcttables blockdsp dsputil error_resilience mpegvideo"
|
eatqi_decoder_select="aandcttables blockdsp dsputil mpeg1video_decoder"
|
||||||
exr_decoder_deps="zlib"
|
exr_decoder_deps="zlib"
|
||||||
ffv1_decoder_select="golomb rangecoder"
|
ffv1_decoder_select="golomb rangecoder"
|
||||||
ffv1_encoder_select="rangecoder"
|
ffv1_encoder_select="rangecoder"
|
||||||
|
@@ -170,8 +170,7 @@ OBJS-$(CONFIG_EAMAD_DECODER) += eamad.o eaidct.o mpeg12.o \
|
|||||||
mpeg12data.o
|
mpeg12data.o
|
||||||
OBJS-$(CONFIG_EATGQ_DECODER) += eatgq.o eaidct.o
|
OBJS-$(CONFIG_EATGQ_DECODER) += eatgq.o eaidct.o
|
||||||
OBJS-$(CONFIG_EATGV_DECODER) += eatgv.o
|
OBJS-$(CONFIG_EATGV_DECODER) += eatgv.o
|
||||||
OBJS-$(CONFIG_EATQI_DECODER) += eatqi.o eaidct.o mpeg12dec.o \
|
OBJS-$(CONFIG_EATQI_DECODER) += eatqi.o eaidct.o
|
||||||
mpeg12.o mpeg12data.o
|
|
||||||
OBJS-$(CONFIG_EIGHTBPS_DECODER) += 8bps.o
|
OBJS-$(CONFIG_EIGHTBPS_DECODER) += 8bps.o
|
||||||
OBJS-$(CONFIG_EIGHTSVX_EXP_DECODER) += 8svx.o
|
OBJS-$(CONFIG_EIGHTSVX_EXP_DECODER) += 8svx.o
|
||||||
OBJS-$(CONFIG_EIGHTSVX_FIB_DECODER) += 8svx.o
|
OBJS-$(CONFIG_EIGHTSVX_FIB_DECODER) += 8svx.o
|
||||||
|
Reference in New Issue
Block a user