Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mediastreamer2
Commits
56b327a2
Commit
56b327a2
authored
Jan 20, 2016
by
François Grisez
Browse files
Fixes typo in a comment
parent
b99f6ad7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
56b327a2
...
...
@@ -28,7 +28,7 @@ set(MEDIASTREAMER_MAJOR_VERSION "2")
set
(
MEDIASTREAMER_MINOR_VERSION
"12"
)
set
(
MEDIASTREAMER_MICRO_VERSION
"1"
)
set
(
MEDIASTREAMER_VERSION
"
${
MEDIASTREAMER_MAJOR_VERSION
}
.
${
MEDIASTREAMER_MINOR_VERSION
}
.
${
MEDIASTREAMER_MICRO_VERSION
}
"
)
set
(
MEDIASTREAMER_SO_VERSION
"7"
)
# incemented on January, the 20th 2016. DO NOT INCREMENT BEFORE MEDIASTREAMER 2.13
set
(
MEDIASTREAMER_SO_VERSION
"7"
)
# inc
r
emented on January, the 20th 2016. DO NOT INCREMENT BEFORE MEDIASTREAMER 2.13
string
(
REGEX MATCH
"^(arm*|aarch64)"
FIXED_POINT_PROCESSOR
"
${
CMAKE_SYSTEM_PROCESSOR
}
"
)
if
(
FIXED_POINT_PROCESSOR
)
...
...
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