[FFmpeg-cvslog] Fix missing symbols when libvpx has only vp8 enabled
Mark Webster
git at videolan.org
Wed Jun 24 12:39:23 CEST 2015
ffmpeg | branch: master | Mark Webster <mark.webster at gmail.com> | Wed Jun 24 06:14:50 2015 +0100| [a88e21f5b78ef5e75b073ecbfd4e92921002a703] | committer: Janne Grunau
Fix missing symbols when libvpx has only vp8 enabled
Signed-off-by: Janne Grunau <janne-libav at jannau.net>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a88e21f5b78ef5e75b073ecbfd4e92921002a703
---
libavcodec/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 6f00438..7b9f215 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -662,8 +662,8 @@ OBJS-$(CONFIG_LIBVO_AACENC_ENCODER) += libvo-aacenc.o mpeg4audio.o
OBJS-$(CONFIG_LIBVO_AMRWBENC_ENCODER) += libvo-amrwbenc.o
OBJS-$(CONFIG_LIBVORBIS_ENCODER) += libvorbis.o \
vorbis_data.o
-OBJS-$(CONFIG_LIBVPX_VP8_DECODER) += libvpxdec.o
-OBJS-$(CONFIG_LIBVPX_VP8_ENCODER) += libvpxenc.o
+OBJS-$(CONFIG_LIBVPX_VP8_DECODER) += libvpxdec.o libvpx.o
+OBJS-$(CONFIG_LIBVPX_VP8_ENCODER) += libvpxenc.o libvpx.o
OBJS-$(CONFIG_LIBVPX_VP9_DECODER) += libvpxdec.o libvpx.o
OBJS-$(CONFIG_LIBVPX_VP9_ENCODER) += libvpxenc.o libvpx.o
OBJS-$(CONFIG_LIBWAVPACK_ENCODER) += libwavpackenc.o
More information about the ffmpeg-cvslog
mailing list