[FFmpeg-cvslog] Fix standalone compilation of the amv encoder.
Carl Eugen Hoyos
git at videolan.org
Sat Jul 5 12:55:37 CEST 2014
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sat Jul 5 12:55:14 2014 +0200| [d3e51b4118585fbd4c314931bdf97502aeeee6d4] | committer: Carl Eugen Hoyos
Fix standalone compilation of the amv encoder.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d3e51b4118585fbd4c314931bdf97502aeeee6d4
---
configure | 2 +-
libavcodec/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index d7141cd..d531477 100755
--- a/configure
+++ b/configure
@@ -2019,7 +2019,7 @@ als_decoder_select="bswapdsp"
amrnb_decoder_select="lsp"
amrwb_decoder_select="lsp"
amv_decoder_select="sp5x_decoder exif"
-amv_encoder_select="aandcttables"
+amv_encoder_select="aandcttables mpegvideoenc"
ape_decoder_select="bswapdsp llauddsp"
asv1_decoder_select="blockdsp bswapdsp idctdsp"
asv1_encoder_select="bswapdsp dsputil"
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 90f4977..97efc50 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -122,7 +122,7 @@ OBJS-$(CONFIG_AMRWB_DECODER) += amrwbdec.o celp_filters.o \
celp_math.o acelp_filters.o \
acelp_vectors.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 \
ratecontrol.o mpeg12data.o \
mpegvideo.o
More information about the ffmpeg-cvslog
mailing list