Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-12-11 20:40:00 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-12-11 20:40:45 +0400
commitb53bc572fdb6c9f81e2f0e547949fd2130899c2c (patch)
treebb738b49bad39a43d4eb7ece143c7df427c5b9b9 /intern/ffmpeg/ffmpeg_compat.h
parent9c6fc9f15ede6d62272975cf39318200e8db06a7 (diff)
Attempt to fix compilation against libav-0.8.9
Diffstat (limited to 'intern/ffmpeg/ffmpeg_compat.h')
-rw-r--r--intern/ffmpeg/ffmpeg_compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ffmpeg/ffmpeg_compat.h b/intern/ffmpeg/ffmpeg_compat.h
index 459bee48e0e..cca5f64d9ac 100644
--- a/intern/ffmpeg/ffmpeg_compat.h
+++ b/intern/ffmpeg/ffmpeg_compat.h
@@ -90,7 +90,7 @@
#define FFMPEG_HAVE_DECODE_AUDIO4
#endif
-#if ((LIBAVUTIL_VERSION_MAJOR > 51) || (LIBAVUTIL_VERSION_MAJOR == 51) && (LIBAVUTIL_VERSION_MINOR >= 32))
+#if ((LIBAVUTIL_VERSION_MAJOR > 51) || (LIBAVUTIL_VERSION_MAJOR == 51) && (LIBAVUTIL_VERSION_MINOR >= 21))
#define FFMPEG_FFV1_ALPHA_SUPPORTED
#define FFMPEG_SAMPLE_FMT_S16P_SUPPORTED
#else