2025-02-03 15:10:57 -05:00
|
|
|
import("//electron/build/args/all.gn")
|
2018-07-25 13:39:37 -07:00
|
|
|
is_component_build = false
|
2018-08-16 11:46:35 -07:00
|
|
|
is_official_build = true
|
2018-07-30 13:01:35 -07:00
|
|
|
|
2018-08-14 14:49:35 -07:00
|
|
|
# By default, Electron builds ffmpeg with proprietary codecs enabled. In order
|
|
|
|
# to facilitate users who don't want to ship proprietary codecs in ffmpeg, or
|
|
|
|
# who have an LGPL requirement to ship ffmpeg as a dynamically linked library,
|
|
|
|
# we build ffmpeg as a shared library.
|
|
|
|
is_component_ffmpeg = true
|