- Version update to 55.0.2883.75 - Version update to 55.0.2883.59 - Version update to 55.0.2883.55 - Version update to 55.0.2883.44 - Version update to 55.0.2883.28 - Try to make package buildable on SLE12 Backports project - Update to 55.0.2883.21 - Add switch between bundled and system icu as on old distributions we simply have too old ICU - Add switch for bundled/system minizip as it is not available on 42.1 - Version update to 55.0.2883.18 - Version update to 55.0.2883.11 - Drop chromium-system-zlib.patch - Add Requires on specified browser for chromedriver wrt bnc#1004839 - Version update to 55.0.2882.0: * Rebase fix-gn-bootstrap.diff * Remove upstreamed chromium-more-codec-aliases.patch - Add appdata.xml for https://en.opensuse.org/openSUSE:AppStore - disable build for chromium-beta on %arm. while it does build, it takes two days, in which we can build roughly 600 other packages, OBS-URL: https://build.opensuse.org/request/show/443521 OBS-URL: https://build.opensuse.org/package/show/network:chromium/chromium?expand=0&rev=961
17 lines
372 B
Diff
17 lines
372 B
Diff
reverted:
|
|
--- b/media/BUILD.gn
|
|
+++ a/media/BUILD.gn
|
|
@@ -23,12 +22,6 @@
|
|
]
|
|
}
|
|
|
|
-if (proprietary_codecs && media_use_ffmpeg) {
|
|
- assert(
|
|
- ffmpeg_branding != "Chromium",
|
|
- "proprietary codecs and ffmpeg_branding set to Chromium are incompatible")
|
|
-}
|
|
-
|
|
# Common configuration for targets in the media directory.
|
|
# NOT for exporting.
|
|
config("media_config") {
|