Files
chromium-dev/chromium-prop-codecs.patch
Tomáš Chvátal 0ac072b163 Accepting request 453614 from network:chromium
- Added patch chromium-56-enable-vaapi-on-suse.patch to enable VAAPI hardware accelerated video decoding. 
- Update to 56.0.2924.76
- Version update to 56.0.2924.67
- Version update to 56.0.2924.59

- Version update to 56.0.2924.53 

- Version update to 56.0.2924.51

- Fix the gcc5 usage on Leap

- Disable system icu, crashes autofill

- Use gcc5 on Leap

- Update to 56.0.2924.28

- Allow building with non-system icu on older systems

- Version update to 56.0.2924.21
- Version update to 56.0.2924.18
- Version update to 56.0.2924.14

- Version update to 56.0.2924.10

- Version update to 56.0.2922.1

- Version update to 56.0.2920.0
- Version update to 56.0.2914.3:
  * refresh patch chromium-prop-codecs.patch

OBS-URL: https://build.opensuse.org/request/show/453614
OBS-URL: https://build.opensuse.org/package/show/network:chromium/chromium?expand=0&rev=981
2017-01-31 14:05:05 +00:00

19 lines
563 B
Diff

reverted:
Index: chromium-56.0.2914.3/media/BUILD.gn
===================================================================
--- chromium-56.0.2914.3.orig/media/BUILD.gn
+++ chromium-56.0.2914.3/media/BUILD.gn
@@ -25,12 +24,6 @@ buildflag_header("media_features") {
]
}
-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") {