[FFmpeg-cvslog] Fix standalone compilation of the WebVTT decoder.
Carl Eugen Hoyos
git at videolan.org
Fri Aug 1 12:51:19 CEST 2014
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Fri Aug 1 12:50:38 2014 +0200| [a80191379bb994e7d8f5484993e39d33e07240f0] | committer: Carl Eugen Hoyos
Fix standalone compilation of the WebVTT decoder.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a80191379bb994e7d8f5484993e39d33e07240f0
---
libavcodec/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index a68211f..6fe05ee 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -499,7 +499,7 @@ OBJS-$(CONFIG_WAVPACK_DECODER) += wavpack.o
OBJS-$(CONFIG_WAVPACK_ENCODER) += wavpackenc.o
OBJS-$(CONFIG_WEBP_DECODER) += vp8.o vp8dsp.o vp56rac.o
OBJS-$(CONFIG_WEBP_DECODER) += webp.o exif.o tiff_common.o
-OBJS-$(CONFIG_WEBVTT_DECODER) += webvttdec.o
+OBJS-$(CONFIG_WEBVTT_DECODER) += webvttdec.o ass.o
OBJS-$(CONFIG_WEBVTT_ENCODER) += webvttenc.o ass_split.o
OBJS-$(CONFIG_WMALOSSLESS_DECODER) += wmalosslessdec.o wma_common.o
OBJS-$(CONFIG_WMAPRO_DECODER) += wmaprodec.o wma.o wma_common.o
More information about the ffmpeg-cvslog
mailing list