summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authormukai <mukai@chromium.org>2014-10-07 16:03:28 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-07 23:04:00 +0000
commit239e6192f19945bfecb47dec45e5db4dce950d87 (patch)
tree65196f6b764832a91dc2cce251971cc0a5686cd8 /media
parent2d3f80d4e3f6314999488678e78dbab15d16bb7e (diff)
downloadchromium_src-239e6192f19945bfecb47dec45e5db4dce950d87.zip
chromium_src-239e6192f19945bfecb47dec45e5db4dce950d87.tar.gz
chromium_src-239e6192f19945bfecb47dec45e5db4dce950d87.tar.bz2
Fix media/BUILD.gn for ChromeOS.
BUG=none R=cmasone@chromium.org, dalecurtis@chromium.org TEST=manually Review URL: https://codereview.chromium.org/637643003 Cr-Commit-Position: refs/heads/master@{#298599}
Diffstat (limited to 'media')
-rw-r--r--media/BUILD.gn7
1 files changed, 7 insertions, 0 deletions
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 5a16c0a..24c32cc 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -306,6 +306,13 @@ component("media") {
}
}
+ if (cpu_arch != "arm" && is_chromeos && use_x11) {
+ sources += [
+ "filters/h264_bitstream_buffer.cc",
+ "filters/h264_bitstream_buffer.h",
+ ]
+ }
+
if (use_alsa) {
libs += [ "asound" ]
defines += [ "USE_ALSA" ]