From 9fc682d46ff908556dcbd1ac78ed983f480976a5 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 14 Nov 2012 02:31:57 +0100 Subject: Improve compatibility with Libav 0.8.4 and ffmpeg 0.11.2 Libav 0.8.4 is ridiculously old (in relative terms), so I don't know how many things are broken silently. Encoding is disabled, because the required API hasn't been added yet. (On the other hand, the old API can't be used in newer versions.) This should improve compatibility with ffmpeg 0.11.2 as well, which didn't define AV_CODEC_ID_SUBRIP yet. --- video/out/vo_lavc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'video') diff --git a/video/out/vo_lavc.c b/video/out/vo_lavc.c index e502e57dd2..6a3bbddd26 100644 --- a/video/out/vo_lavc.c +++ b/video/out/vo_lavc.c @@ -22,6 +22,7 @@ #include #include +#include "compat/libav.h" #include "core/mp_common.h" #include "core/options.h" #include "video/fmt-conversion.h" -- cgit v1.2.3