[Bf-blender-cvs] [b53bc57] master: Attempt to fix compilation against libav-0.8.9

Sergey Sharybin noreply at git.blender.org
Wed Dec 11 17:40:52 CET 2013


Commit: b53bc572fdb6c9f81e2f0e547949fd2130899c2c
Author: Sergey Sharybin
Date:   Wed Dec 11 22:40:00 2013 +0600
http://developer.blender.org/rBb53bc572fdb6c9f81e2f0e547949fd2130899c2c

Attempt to fix compilation against libav-0.8.9

===================================================================

M	intern/ffmpeg/ffmpeg_compat.h

===================================================================

diff --git a/intern/ffmpeg/ffmpeg_compat.h b/intern/ffmpeg/ffmpeg_compat.h
index 459bee4..cca5f64 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




More information about the Bf-blender-cvs mailing list