Files
chromium-dev/chromium-prop-codecs.patch
Tomáš Chvátal 2aeab37e11 Accepting request 535086 from network:chromium
- Bump to  62.0.3202.62

- Bump to 62.0.3202.52

- Bump to 62.0.3202.45

- Bump to 62.0.3202.38

- Version update to 62.0.3202.29

- Version update to 62.0.3202.18

- Update to latest
- Switch to system libxml again
- Add more folders to be kept in archive

- Build with gcc6 on leap as we now require --stdc-14

- Add patch to build with new glibc:
  * chromium-60.0.3112.113-breakpad-ucontext.patch

- Bump to 62.0.3198.0:

- Bump to 62.0.3192.0
- Rebase patch chromium-prop-codecs.patch

- Bump to 62.0.3188.2
- Rebase fix-gn-bootstrap.diff
- Remove arm patches as we exclude it for now:
  * arm-webrtc-fix.patch

OBS-URL: https://build.opensuse.org/request/show/535086
OBS-URL: https://build.opensuse.org/package/show/network:chromium/chromium?expand=0&rev=1049
2017-10-19 03:26:36 +00:00

17 lines
641 B
Diff

diff -urN chromium-62.0.3192.0.orig/media/BUILD.gn chromium-62.0.3192.0/media/BUILD.gn
--- chromium-62.0.3192.0.orig/media/BUILD.gn 2017-08-25 11:22:39.294487172 +0200
+++ chromium-62.0.3192.0/media/BUILD.gn 2017-08-25 11:25:41.674488175 +0200
@@ -33,12 +33,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; these must not be
# exported since things like USE_NEON and USE_CRAS have different meanings
# elsewhere in the code base.