[FFmpeg-cvslog] avcodec/Makefile: add missing opus.c dependency to opus encoder
James Almer
git at videolan.org
Tue Jan 30 05:33:55 EET 2018
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Tue Jan 30 00:32:27 2018 -0300| [0cc3d830d1597c9c7cf98cc26126ff7a18e51640] | committer: James Almer
avcodec/Makefile: add missing opus.c dependency to opus encoder
Needed for ff_celt_quant_bands and ff_celt_bitalloc.
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0cc3d830d1597c9c7cf98cc26126ff7a18e51640
---
libavcodec/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index cfacd6b70c..68777d91f2 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -479,7 +479,7 @@ OBJS-$(CONFIG_NUV_DECODER) += nuv.o rtjpeg.o
OBJS-$(CONFIG_ON2AVC_DECODER) += on2avc.o on2avcdata.o
OBJS-$(CONFIG_OPUS_DECODER) += opusdec.o opus.o opus_celt.o opus_rc.o \
opus_pvq.o opus_silk.o opustab.o vorbis_data.o
-OBJS-$(CONFIG_OPUS_ENCODER) += opusenc.o opus_rc.o opustab.o opus_pvq.o \
+OBJS-$(CONFIG_OPUS_ENCODER) += opusenc.o opus.o opus_rc.o opustab.o opus_pvq.o \
opusenc_psy.o
OBJS-$(CONFIG_PAF_AUDIO_DECODER) += pafaudio.o
OBJS-$(CONFIG_PAF_VIDEO_DECODER) += pafvideo.o
More information about the ffmpeg-cvslog
mailing list