From 21e5451c3b5bae099065c3160d6aa52d2f76ecc9 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Sun, 13 Jan 2013 17:10:10 +0000 Subject: Tweak to ffmpeg compatibility layer to support debian's wheezy libav --- intern/ffmpeg/ffmpeg_compat.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'intern') diff --git a/intern/ffmpeg/ffmpeg_compat.h b/intern/ffmpeg/ffmpeg_compat.h index 5492a7ba88a..0174d3c5b90 100644 --- a/intern/ffmpeg/ffmpeg_compat.h +++ b/intern/ffmpeg/ffmpeg_compat.h @@ -74,7 +74,9 @@ #if ((LIBAVUTIL_VERSION_MAJOR > 51) || (LIBAVUTIL_VERSION_MAJOR == 51) && (LIBAVUTIL_VERSION_MINOR >= 32)) #define FFMPEG_FFV1_ALPHA_SUPPORTED -#else +#endif + +#if ((LIBAVUTIL_VERSION_MAJOR < 51) || (LIBAVUTIL_VERSION_MAJOR == 51) && (LIBAVUTIL_VERSION_MINOR < 22)) static inline int av_opt_set(void *obj, const char *name, const char *val, int search_flags) { -- cgit v1.2.3