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. --- audio/out/ao_lavc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/out/ao_lavc.c') diff --git a/audio/out/ao_lavc.c b/audio/out/ao_lavc.c index 08e1aa5555..c2fd2e6d63 100644 --- a/audio/out/ao_lavc.c +++ b/audio/out/ao_lavc.c @@ -26,6 +26,7 @@ #include #include +#include "compat/libav.h" #include "config.h" #include "core/options.h" #include "core/mp_common.h" -- cgit v1.2.3