OSDN Git Service

Fix missing symbols when libvpx has only vp8 enabled
authorMark Webster <mark.webster@gmail.com>
Wed, 24 Jun 2015 05:14:50 +0000 (06:14 +0100)
committerJanne Grunau <janne-libav@jannau.net>
Wed, 24 Jun 2015 06:47:30 +0000 (08:47 +0200)
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
libavcodec/Makefile

index 6f00438..7b9f215 100644 (file)
@@ -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