aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-05-09 17:20:36 +0200
committerDiego Biurrun <diego@biurrun.de>2012-05-09 18:18:05 +0200
commitc8b4a3999bc7f3732a537cdec6475918a65d6e78 (patch)
tree55cbf8a9892aea3d43b76c5c4aacb26203f976e1 /libavcodec/Makefile
parent5b432d66ce49cbadcac832bffd6e22fda83807d3 (diff)
downloadffmpeg-c8b4a3999bc7f3732a537cdec6475918a65d6e78.tar.gz
libxvid: Give more suitable names to libxvid-related files.
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index c542f6e20b..da8aa8ac20 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -616,7 +616,7 @@ OBJS-$(CONFIG_LIBVPX_DECODER) += libvpxdec.o
OBJS-$(CONFIG_LIBVPX_ENCODER) += libvpxenc.o
OBJS-$(CONFIG_LIBX264_ENCODER) += libx264.o
OBJS-$(CONFIG_LIBXAVS_ENCODER) += libxavs.o
-OBJS-$(CONFIG_LIBXVID_ENCODER) += libxvidff.o
+OBJS-$(CONFIG_LIBXVID_ENCODER) += libxvid.o
# parsers
OBJS-$(CONFIG_AAC_PARSER) += aac_parser.o aac_ac3_parser.o \