diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-12-08 13:49:16 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-12-08 13:49:16 +0100 |
commit | eb87d1f6784fb488b95fb0932c0367e8d9d0418d (patch) | |
tree | 0db5e72271bf5d627d4da9f3de5293b54e85d038 /libavcodec/Makefile | |
parent | ae330070ee8b985abb011835502b03baacfbb18c (diff) | |
parent | 9aa053ceded5550b2e538578af383fd89d82364c (diff) | |
download | ffmpeg-eb87d1f6784fb488b95fb0932c0367e8d9d0418d.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0
Conflicts:
libavcodec/libvpxdec.c
libavcodec/libvpxenc.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index a44ceec065..6cd18de965 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -733,8 +733,8 @@ OBJS-$(CONFIG_LIBVORBIS_ENCODER) += libvorbisenc.o \ vorbis_data.o vorbis_parser.o xiph.o OBJS-$(CONFIG_LIBVPX_VP8_DECODER) += libvpxdec.o OBJS-$(CONFIG_LIBVPX_VP8_ENCODER) += libvpxenc.o -OBJS-$(CONFIG_LIBVPX_VP9_DECODER) += libvpxdec.o -OBJS-$(CONFIG_LIBVPX_VP9_ENCODER) += libvpxenc.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 OBJS-$(CONFIG_LIBX264_ENCODER) += libx264.o OBJS-$(CONFIG_LIBXAVS_ENCODER) += libxavs.o |