Windows: Upgrade FFmpeg from 0.10 to 2.1.4
Fixes T39423: Blender crashes on iv41 encoded videos in thumbnail display mode Libraries are still being committed to the svn, so compilation might be broken for a while. Sorry for this, but can't really be avoided. Also, some typos in scons are possible.
This commit is contained in:
@@ -1162,8 +1162,8 @@ elseif(WIN32)
|
||||
set(FFMPEG_LIBRARY_VERSION 54)
|
||||
set(FFMPEG_LIBRARY_VERSION_AVU 52)
|
||||
else()
|
||||
set(FFMPEG_LIBRARY_VERSION 53)
|
||||
set(FFMPEG_LIBRARY_VERSION_AVU 51)
|
||||
set(FFMPEG_LIBRARY_VERSION 55)
|
||||
set(FFMPEG_LIBRARY_VERSION_AVU 52)
|
||||
endif()
|
||||
set(FFMPEG_LIBRARIES
|
||||
${LIBDIR}/ffmpeg/lib/avcodec-${FFMPEG_LIBRARY_VERSION}.lib
|
||||
|
Reference in New Issue
Block a user