Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
5cc2d7ad
Commit
5cc2d7ad
authored
Dec 08, 2016
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7771 from alalek:ffmpeg_update
parents
036dd8d4
39ca6a01
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
19 deletions
+6
-19
ffmpeg.cmake
3rdparty/ffmpeg/ffmpeg.cmake
+6
-19
No files found.
3rdparty/ffmpeg/ffmpeg.cmake
View file @
5cc2d7ad
# Binary branch name: ffmpeg/master_2016
0908
# Binary branch name: ffmpeg/master_2016
1202
# 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
}
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment