Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(778)

Unified Diff: media/BUILD.gn

Issue 2903143003: Use ffmpeg_features buildflags (Closed)
Patch Set: trybots Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/linux/unbundle/ffmpeg.gn ('k') | media/ffmpeg/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index b0540b711cfd9eef01481e97357b12fa560d2e4f..aae61e0649f49989a66965baaf0765170291d571 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -284,6 +284,7 @@ component("media") {
public_deps += [ "//media/ffmpeg" ]
deps += [
"//third_party/ffmpeg",
+ "//third_party/ffmpeg:ffmpeg_features",
"//third_party/opus",
]
sources += [
« no previous file with comments | « build/linux/unbundle/ffmpeg.gn ('k') | media/ffmpeg/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698