diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2018-05-01 19:58:38 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2018-05-05 19:41:30 +0100 |
commit | a1c6fc773f941fd6a6ef3f12f102a7902ae69453 (patch) | |
tree | dae379b8cfdebbc771b4d73e1dd817b126e75927 /libavcodec/Makefile | |
parent | 0f4ca420bca4a8b4629a5e3fed7b169dace2a47f (diff) | |
download | ffmpeg-a1c6fc773f941fd6a6ef3f12f102a7902ae69453.tar.gz |
mpegvideo: remove support for libxvid's RC system
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 663bdce4e4..3ab071a039 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -985,7 +985,7 @@ OBJS-$(CONFIG_LIBX262_ENCODER) += libx264.o OBJS-$(CONFIG_LIBX264_ENCODER) += libx264.o OBJS-$(CONFIG_LIBX265_ENCODER) += libx265.o OBJS-$(CONFIG_LIBXAVS_ENCODER) += libxavs.o -OBJS-$(CONFIG_LIBXVID_ENCODER) += libxvid.o libxvid_rc.o +OBJS-$(CONFIG_LIBXVID_ENCODER) += libxvid.o OBJS-$(CONFIG_LIBZVBI_TELETEXT_DECODER) += libzvbi-teletextdec.o ass.o # parsers |