Descriptionfix build when ffmpeg, libvpx and libwebm are disabled
Tested with all combinaisons of
GYP_DEFINES="media_use_ffmpeg=i media_use_libvpx=j media_use_libwebm=k"
with i,j,k in {0, 1}^3
Same with GN:
media_use_ffmpeg = i
media_use_libvpx = j
media_use_libwebm = k
with i,j,k in {false, true}^3
If disabled it shows a black rectangle on video tag as expected.
If only ffmpeg is disabled, it succeeds to play webm video encoded with vpx.
BUG=
R=reillyg@chromium.org, jochen@chromium.org, xhwang@chromium.org, raymes@chromium.org
TEST=GYP_DEFINES="media_use_ffmpeg=0 media_use_libvpx=0 media_use_libwebm=0"
Committed: https://crrev.com/f6778e65400fd7b4b9592523c1de811dcde1355a
Cr-Commit-Position: refs/heads/master@{#359855}
Patch Set 1 #
Total comments: 15
Patch Set 2 : Patch Set 2 #
Total comments: 3
Patch Set 3 : #Patch Set 4 : #Patch Set 5 : #
Messages
Total messages: 33 (8 generated)
|