chromiumBeta: Fix the build

This "fixes" the following error:
gen/shim_headers/opus_shim/third_party/opus/src/include/opus.h:5:10: error: 'opus.h' file not found with <angled> include; use "quotes" instead
         ^~~~~~~~
         "opus.h"

Our system library isn't discovered anymore so I'm switching to the bundled
Opus library for now since I don't have time to look into it.
This commit is contained in:
Michael Weiss 2022-02-27 20:30:43 +01:00
parent c0952b6478
commit 1bdf7862e3
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -96,7 +96,7 @@ let
"libpng"
"libwebp"
"libxslt"
"opus"
# "opus"
];
opusWithCustomModes = libopus.override {