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
b99f6ad7
Commit
b99f6ad7
authored
Jan 20, 2016
by
François Grisez
Browse files
Fixes comment beside the binary version setting in CMakeLists.txt
parent
928648d2
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 @
b99f6ad7
...
...
@@ -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
LINPHONE 3
.1
0
set
(
MEDIASTREAMER_SO_VERSION
"7"
)
# incemented on January, the 20th 2016. DO NOT INCREMENT BEFORE
MEDIASTREAMER 2
.1
3
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