summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/core/config/common.pri3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/config/common.pri b/src/core/config/common.pri
index c1658ce82..9432fac7d 100644
--- a/src/core/config/common.pri
+++ b/src/core/config/common.pri
@@ -27,6 +27,9 @@ qtConfig(webengine-webrtc) {
qtConfig(webengine-proprietary-codecs) {
gn_args += proprietary_codecs=true ffmpeg_branding=\"Chrome\"
+ qtConfig(webengine-webrtc) {
+ gn_args += rtc_use_h264=true
+ }
} else {
gn_args += proprietary_codecs=false
}