Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Chromecast: use ffmpeg_branding=ChromeOS
Browse files Browse the repository at this point in the history
FFmpeg binaries for ChromeOS support more demuxers and
codecs and we would like support those on Chromecast.

BUG=447829

Review URL: https://codereview.chromium.org/819263004

Cr-Commit-Position: refs/heads/master@{#310957}
  • Loading branch information
servolk authored and Commit bot committed Jan 10, 2015
1 parent cf3e9f1 commit adfd269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -1806,7 +1806,7 @@
}],
['chromecast==1', {
'enable_mpeg2ts_stream_parser%': 1,
'ffmpeg_branding%': 'Chrome',
'ffmpeg_branding%': 'ChromeOS',
'ozone_platform_ozonex%': 1,
'use_playready%': 0,
'conditions': [
Expand Down

0 comments on commit adfd269

Please sign in to comment.