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
052fe626
Commit
052fe626
authored
Jan 18, 2015
by
Nicolas Riebesel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected the WITH_GSTREAMER and WITH_GSTREAMER_0_10 semantic
parent
df57d038
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
OpenCVFindLibsVideo.cmake
cmake/OpenCVFindLibsVideo.cmake
+2
-2
No files found.
cmake/OpenCVFindLibsVideo.cmake
View file @
052fe626
...
...
@@ -32,7 +32,7 @@ if(WITH_GSTREAMER AND NOT WITH_GSTREAMER_0_10)
endif
(
WITH_GSTREAMER AND NOT WITH_GSTREAMER_0_10
)
# if gstreamer 1.x was not found, or we specified we wanted 0.10, try to find it
if
(
WITH_GSTREAMER
_0_10 OR NOT HAVE_GSTREAMER
)
if
(
WITH_GSTREAMER
AND NOT HAVE_GSTREAMER OR WITH_GSTREAMER_0_10
)
CHECK_MODULE
(
gstreamer-base-0.10 HAVE_GSTREAMER_BASE
)
CHECK_MODULE
(
gstreamer-video-0.10 HAVE_GSTREAMER_VIDEO
)
CHECK_MODULE
(
gstreamer-app-0.10 HAVE_GSTREAMER_APP
)
...
...
@@ -47,7 +47,7 @@ if(WITH_GSTREAMER_0_10 OR NOT HAVE_GSTREAMER)
set
(
GSTREAMER_RIFF_VERSION
${
ALIASOF_gstreamer-riff-0.10_VERSION
}
)
set
(
GSTREAMER_PBUTILS_VERSION
${
ALIASOF_gstreamer-pbutils-0.10_VERSION
}
)
endif
()
endif
(
WITH_GSTREAMER
_0_10 OR NOT HAVE_GSTREAMER
)
endif
(
WITH_GSTREAMER
AND NOT HAVE_GSTREAMER OR WITH_GSTREAMER_0_10
)
# --- unicap ---
ocv_clear_vars
(
HAVE_UNICAP
)
...
...
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