From 64c01a814c8f7cf4a780b89fe00ed608b1f93e2b Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 16 Mar 2014 10:04:46 +0100 Subject: Remove some more unneeded version checks All of these check against things that happened before the latest supported FFmpeg/Libav release. --- sub/sd_lavc_conv.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sub') diff --git a/sub/sd_lavc_conv.c b/sub/sd_lavc_conv.c index 566f412cf5..3414d66b25 100644 --- a/sub/sd_lavc_conv.c +++ b/sub/sd_lavc_conv.c @@ -30,11 +30,7 @@ #include "bstr/bstr.h" #include "sd.h" -#if LIBAVCODEC_VERSION_MICRO >= 100 -#define HAVE_AV_WEBVTT (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(55, 13, 100)) -#else -#define HAVE_AV_WEBVTT 0 -#endif +#define HAVE_AV_WEBVTT (LIBAVCODEC_VERSION_MICRO >= 100) struct sd_lavc_priv { AVCodecContext *avctx; -- cgit v1.2.3