summaryrefslogtreecommitdiffstats
path: root/src/core/config/common.pri
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-03-06 13:36:50 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-03-08 10:10:20 +0000
commita0e0cbc1f39aa25d372a9468014f2a3dd585959b (patch)
treeb865f44e7f5a9418fde91c1755ff3effc31a172b /src/core/config/common.pri
parentdc3eab2af2a7da6a896f5b2391254c609a14b8ff (diff)
Enable FFMPEG configuration for GN
Enables proprietary codecs and using system FFMPEG Pulls in Chromium changes: 725c4c9 Optionally link with system ffmpeg Change-Id: Id7b3379c99a709348bf8684f78e44b41169a1e5a Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'src/core/config/common.pri')
-rw-r--r--src/core/config/common.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/config/common.pri b/src/core/config/common.pri
index b23625462..f87eca6e5 100644
--- a/src/core/config/common.pri
+++ b/src/core/config/common.pri
@@ -44,6 +44,8 @@ use?(gn) {
gn_args += enable_webrtc=false
}
+ use?(proprietary_codecs): gn_args += proprietary_codecs=true ffmpeg_branding=\"Chrome\"
+
CONFIG(release, debug|release) {
force_debug_info: gn_args += symbol_level=1
else: gn_args += symbol_level=0