Index: media/BUILD.gn |
diff --git a/media/BUILD.gn b/media/BUILD.gn |
index db764547402236058470d3d1dee5c961e7b5125e..8f1bcb36390b16cc510140977c61222f8643a11f 100644 |
--- a/media/BUILD.gn |
+++ b/media/BUILD.gn |
@@ -287,6 +287,7 @@ component("media") { |
"//third_party/ffmpeg", |
"//third_party/opus", |
] |
+ public_configs += [ "//third_party/opus:opus_config" ] |
wolenetz
2016/12/03 00:48:36
only the tests need this, not everyone using media
chcunningham
2016/12/08 02:17:27
Done.
|
sources += [ |
"filters/audio_file_reader.cc", |
"filters/audio_file_reader.h", |