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
fadd60e1
Commit
fadd60e1
authored
May 02, 2016
by
François Grisez
Browse files
Fixes typo in a define test
parent
833cf973
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/videofilters/videotoolbox.c
src/videofilters/videotoolbox.c
+1
-1
No files found.
src/videofilters/videotoolbox.c
View file @
fadd60e1
...
...
@@ -832,7 +832,7 @@ MSFilterDesc ms_vt_h264_dec = {
};
void
_register_videotoolbox_if_supported
(
MSFactory
*
factory
)
{
#ifdef IOS
#ifdef
__
IOS
if
(
kCFCoreFoundationVersionNumber
>=
kCFCoreFoundationVersionNumber_iOS_8_0
)
{
#else
if
(
kCFCoreFoundationVersionNumber
>=
kCFCoreFoundationVersionNumber10_8
)
{
...
...
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