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
linphone-windows10
Commits
29c932a6
Commit
29c932a6
authored
Jan 28, 2016
by
Ghislain MARY
Browse files
Enable openh264 when building with all codecs.
parent
ca91f801
Changes
1
Hide whitespace changes
Inline
Side-by-side
prepare.py
View file @
29c932a6
...
...
@@ -520,7 +520,7 @@ def main(argv=None):
additional_args
+=
[
"-DENABLE_H263=YES"
]
additional_args
+=
[
"-DENABLE_H263P=YES"
]
additional_args
+=
[
"-DENABLE_MPEG4=YES"
]
#
additional_args += ["-DENABLE_OPENH264=YES"]
additional_args
+=
[
"-DENABLE_OPENH264=YES"
]
additional_args
+=
[
"-DENABLE_VPX=YES"
]
if
args
.
disable_gpl_third_parties
is
True
:
additional_args
+=
[
"-DENABLE_GPL_THIRD_PARTIES=NO"
]
...
...
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