6 lines
240 B
Plaintext
6 lines
240 B
Plaintext
# system wide chromium flags
|
|
CHROMIUM_FLAGS=""
|
|
CHROMIUM_FLAGS+=" --disable-features=AudioServiceSandbox,UseChromeOSDirectVideoDecoder"
|
|
CHROMIUM_FLAGS+=" --enable-features=VaapiVideoDecoder,VaapiVideoEncoder"
|
|
CHROMIUM_FLAGS+=" --use-gl=egl"
|