diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2015-07-10 14:45:14 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2015-07-17 10:47:48 +0200 |
commit | e1319aa1c1be9b64117c19170344fb78841dd67c (patch) | |
tree | 719d119e4cccc17ecce1f1cb6a6534f75130df12 /libavcodec/Makefile | |
parent | 0cf5588d69922aa3e063bac6304c09c543a9ef52 (diff) | |
download | ffmpeg-e1319aa1c1be9b64117c19170344fb78841dd67c.tar.gz |
libx264: Add support for the MPEG2 encoder
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index d933ffd77f..008207b000 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -671,6 +671,7 @@ 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_LIBWEBP_ENCODER) += libwebpenc.o +OBJS-$(CONFIG_LIBX262_ENCODER) += libx264.o OBJS-$(CONFIG_LIBX264_ENCODER) += libx264.o OBJS-$(CONFIG_LIBX265_ENCODER) += libx265.o OBJS-$(CONFIG_LIBXAVS_ENCODER) += libxavs.o |