Commit 5cc2d7ad authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #7771 from alalek:ffmpeg_update

parents 036dd8d4 39ca6a01
# Binary branch name: ffmpeg/master_20160908 # Binary branch name: ffmpeg/master_20161202
# Binaries were created for OpenCV: 11a65475d8d460a01c8818c5a2d0544ec49d7d68 # Binaries were created for OpenCV: 594c136d1fcbb5816c57516e50f9cbeffbd90835
set(FFMPEG_BINARIES_COMMIT "03835134465888981e066434dc95009e8328d4ea") set(FFMPEG_BINARIES_COMMIT "2a19d0006415955c79431116e4634f04d5eb5a74")
set(FFMPEG_FILE_HASH_BIN32 "32ba7790b0ac7a6dc66be91603637a7d") set(FFMPEG_FILE_HASH_BIN32 "f081abd9d6ca7e425d340ce586f9c090")
set(FFMPEG_FILE_HASH_BIN64 "068ecaa459a5571e7909cff90999a420") set(FFMPEG_FILE_HASH_BIN64 "a423363a6eb76d362ca6c406c96c8db6")
set(FFMPEG_FILE_HASH_CMAKE "f99941d10c1e87bf16b9055e8fc91ab2") set(FFMPEG_FILE_HASH_CMAKE "5346ae1854fc7aa569a722e85af480ec")
set(FFMPEG_DOWNLOAD_URL ${OPENCV_FFMPEG_URL};$ENV{OPENCV_FFMPEG_URL};https://raw.githubusercontent.com/opencv/opencv_3rdparty/${FFMPEG_BINARIES_COMMIT}/ffmpeg/) set(FFMPEG_DOWNLOAD_URL ${OPENCV_FFMPEG_URL};$ENV{OPENCV_FFMPEG_URL};https://raw.githubusercontent.com/opencv/opencv_3rdparty/${FFMPEG_BINARIES_COMMIT}/ffmpeg/)
...@@ -23,16 +23,3 @@ ocv_download(PACKAGE ffmpeg_version.cmake ...@@ -23,16 +23,3 @@ ocv_download(PACKAGE ffmpeg_version.cmake
DESTINATION_DIR ${CMAKE_CURRENT_LIST_DIR}) DESTINATION_DIR ${CMAKE_CURRENT_LIST_DIR})
include(${CMAKE_CURRENT_LIST_DIR}/ffmpeg_version.cmake) include(${CMAKE_CURRENT_LIST_DIR}/ffmpeg_version.cmake)
# Compatibility glue code
set(FFMPEG_libavcodec_FOUND 1)
set(FFMPEG_libavformat_FOUND 1)
set(FFMPEG_libavutil_FOUND 1)
set(FFMPEG_libswscale_FOUND 1)
set(FFMPEG_libavresample_FOUND 1)
set(FFMPEG_libavcodec_VERSION ${ALIASOF_libavcodec_VERSION})
set(FFMPEG_libavformat_VERSION ${ALIASOF_libavformat_VERSION})
set(FFMPEG_libavutil_VERSION ${ALIASOF_libavutil_VERSION})
set(FFMPEG_libswscale_VERSION ${ALIASOF_libswscale_VERSION})
set(FFMPEG_libavresample_VERSION ${ALIASOF_libavresample_VERSION})
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment