Fix standalone compilation of the amv encoder.
This commit is contained in:
parent
362cfe8ce1
commit
d3e51b4118
2
configure
vendored
2
configure
vendored
@ -2019,7 +2019,7 @@ als_decoder_select="bswapdsp"
|
|||||||
amrnb_decoder_select="lsp"
|
amrnb_decoder_select="lsp"
|
||||||
amrwb_decoder_select="lsp"
|
amrwb_decoder_select="lsp"
|
||||||
amv_decoder_select="sp5x_decoder exif"
|
amv_decoder_select="sp5x_decoder exif"
|
||||||
amv_encoder_select="aandcttables"
|
amv_encoder_select="aandcttables mpegvideoenc"
|
||||||
ape_decoder_select="bswapdsp llauddsp"
|
ape_decoder_select="bswapdsp llauddsp"
|
||||||
asv1_decoder_select="blockdsp bswapdsp idctdsp"
|
asv1_decoder_select="blockdsp bswapdsp idctdsp"
|
||||||
asv1_encoder_select="bswapdsp dsputil"
|
asv1_encoder_select="bswapdsp dsputil"
|
||||||
|
@ -122,7 +122,7 @@ OBJS-$(CONFIG_AMRWB_DECODER) += amrwbdec.o celp_filters.o \
|
|||||||
celp_math.o acelp_filters.o \
|
celp_math.o acelp_filters.o \
|
||||||
acelp_vectors.o \
|
acelp_vectors.o \
|
||||||
acelp_pitch_delay.o
|
acelp_pitch_delay.o
|
||||||
OBJS-$(CONFIG_AMV_ENCODER) += mjpegenc.o mjpeg.o \
|
OBJS-$(CONFIG_AMV_ENCODER) += mjpegenc.o mjpeg.o mjpegenc_common.o \
|
||||||
mpegvideo_enc.o motion_est.o \
|
mpegvideo_enc.o motion_est.o \
|
||||||
ratecontrol.o mpeg12data.o \
|
ratecontrol.o mpeg12data.o \
|
||||||
mpegvideo.o
|
mpegvideo.o
|
||||||
|
Loading…
x
Reference in New Issue
Block a user