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
7bdbf3bf
Commit
7bdbf3bf
authored
May 27, 2016
by
Brieuc Viel
Browse files
isVideoCapable() - hack.hasCamera removed
parent
9fd01bef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
java/src/org/linphone/mediastream/Version.java
java/src/org/linphone/mediastream/Version.java
+1
-1
No files found.
java/src/org/linphone/mediastream/Version.java
View file @
7bdbf3bf
...
...
@@ -131,7 +131,7 @@ public class Version {
return
(!
isX86
()
&&
!
isArmv5
()
&&
hasNeon
())
||
isX86
();
}
public
static
boolean
isVideoCapable
()
{
return
!
Version
.
sdkStrictlyBelow
(
5
)
&&
Version
.
hasFastCpu
()
&&
Hacks
.
hasCamera
()
;
return
!
Version
.
sdkStrictlyBelow
(
5
)
&&
Version
.
hasFastCpu
();
}
public
static
boolean
isHDVideoCapable
()
{
int
availableCores
=
Runtime
.
getRuntime
().
availableProcessors
();
...
...
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