mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
www-client/chromium: fix build with USE=bindist
There were some mixed single and double quotes in subsequent array lines as a result of the official refactor. Closes: https://bugs.gentoo.org/957508 Signed-off-by: Matt Jolly <kangie@gentoo.org>
This commit is contained in:
parent
e97b29e92b
commit
f9acbd07df
@ -1110,8 +1110,8 @@ chromium_configure() {
|
||||
myconf_gn+=(
|
||||
# If this is set to false Chromium won't be able to load any proprietary codecs
|
||||
# even if provided with an ffmpeg capable of h264/aac decoding
|
||||
'proprietary_codecs=true"
|
||||
"ffmpeg_branding="Chrome"'
|
||||
"proprietary_codecs=true"
|
||||
'ffmpeg_branding="Chrome"'
|
||||
# build ffmpeg as an external component (libffmpeg.so) that we can remove / substitute
|
||||
"is_component_ffmpeg=true"
|
||||
)
|
||||
|
||||
@ -1110,8 +1110,8 @@ chromium_configure() {
|
||||
myconf_gn+=(
|
||||
# If this is set to false Chromium won't be able to load any proprietary codecs
|
||||
# even if provided with an ffmpeg capable of h264/aac decoding
|
||||
'proprietary_codecs=true"
|
||||
"ffmpeg_branding="Chrome"'
|
||||
"proprietary_codecs=true"
|
||||
'ffmpeg_branding="Chrome"'
|
||||
# build ffmpeg as an external component (libffmpeg.so) that we can remove / substitute
|
||||
"is_component_ffmpeg=true"
|
||||
)
|
||||
|
||||
@ -1106,8 +1106,8 @@ chromium_configure() {
|
||||
myconf_gn+=(
|
||||
# If this is set to false Chromium won't be able to load any proprietary codecs
|
||||
# even if provided with an ffmpeg capable of h264/aac decoding
|
||||
'proprietary_codecs=true"
|
||||
"ffmpeg_branding="Chrome"'
|
||||
"proprietary_codecs=true"
|
||||
'ffmpeg_branding="Chrome"'
|
||||
# build ffmpeg as an external component (libffmpeg.so) that we can remove / substitute
|
||||
"is_component_ffmpeg=true"
|
||||
)
|
||||
|
||||
@ -1106,8 +1106,8 @@ chromium_configure() {
|
||||
myconf_gn+=(
|
||||
# If this is set to false Chromium won't be able to load any proprietary codecs
|
||||
# even if provided with an ffmpeg capable of h264/aac decoding
|
||||
'proprietary_codecs=true"
|
||||
"ffmpeg_branding="Chrome"'
|
||||
"proprietary_codecs=true"
|
||||
'ffmpeg_branding="Chrome"'
|
||||
# build ffmpeg as an external component (libffmpeg.so) that we can remove / substitute
|
||||
"is_component_ffmpeg=true"
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user