2018-12-06 08:33:56 +00:00
|
|
|
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 @@
|
2016-11-07 20:04:46 +00:00
|
|
|
]
|
2011-08-17 07:21:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
-if (proprietary_codecs && media_use_ffmpeg) {
|
|
|
|
|
- assert(
|
|
|
|
|
- ffmpeg_branding != "Chromium",
|
|
|
|
|
- "proprietary codecs and ffmpeg_branding set to Chromium are incompatible")
|
|
|
|
|
-}
|
|
|
|
|
-
|
2017-10-19 03:26:36 +00:00
|
|
|
# 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.
|