Media/WebRTC/libwebrtc Update Process/automation plan: Difference between revisions

fix error in how to apply patch
(add link from plan to results)
(fix error in how to apply patch)
Line 182: Line 182:
  curl -o vendor-fixup.patch.zip https://wiki.mozilla.org/images/2/29/Vendor-fixup.patch.zip
  curl -o vendor-fixup.patch.zip https://wiki.mozilla.org/images/2/29/Vendor-fixup.patch.zip
  unzip vendor-fixup.patch.zip
  unzip vendor-fixup.patch.zip
  patch -p1 < vendor-fixup.patch
  (cd third_party/libwebrtc && patch -p1 < vendor-fixup.patch)
119

edits