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
ccd32f66
Commit
ccd32f66
authored
Dec 19, 2016
by
Alexander Alekhin
Committed by
GitHub
Dec 19, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7897 from alalek:fix_ffmpeg_check
cmake: fix ffmpeg check code (port into master #7893)
parents
2638abe1
3e1695d6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
OpenCVFindLibsVideo.cmake
cmake/OpenCVFindLibsVideo.cmake
+1
-0
No files found.
cmake/OpenCVFindLibsVideo.cmake
View file @
ccd32f66
...
...
@@ -236,6 +236,7 @@ if(WITH_FFMPEG)
if
(
NOT __VALID_FFMPEG
)
#message(FATAL_ERROR "FFMPEG: test check build log:\n${TRY_OUT}")
message
(
STATUS
"WARNING: Can't build ffmpeg test code"
)
set
(
HAVE_FFMPEG FALSE
)
else
()
ocv_append_build_options
(
VIDEOIO FFMPEG
)
endif
()
...
...
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