| Index: media/cast/BUILD.gn
|
| diff --git a/media/cast/BUILD.gn b/media/cast/BUILD.gn
|
| index 10dfc2e77d7f307059b5d51913d3345a41136c36..d46743d31ccc2a67830632c5472ae3b29f92ca69 100644
|
| --- a/media/cast/BUILD.gn
|
| +++ b/media/cast/BUILD.gn
|
| @@ -154,7 +154,7 @@ source_set("sender") {
|
| ":net",
|
| "//media",
|
| "//media:shared_memory_support",
|
| - "//third_party/libvpx_new",
|
| + "//third_party/libvpx",
|
| "//third_party/opus",
|
| "//ui/gfx/geometry",
|
| ]
|
| @@ -164,7 +164,7 @@ source_set("sender") {
|
| deps += [ "//media:media_for_cast_ios" ]
|
| deps -= [
|
| "//media",
|
| - "//third_party/libvpx_new",
|
| + "//third_party/libvpx",
|
| "//third_party/opus",
|
| ]
|
| sources -= [
|
| @@ -221,7 +221,7 @@ source_set("receiver") {
|
| ":net",
|
| "//media",
|
| "//media:shared_memory_support",
|
| - "//third_party/libvpx_new",
|
| + "//third_party/libvpx",
|
| "//third_party/libyuv",
|
| "//third_party/opus",
|
| "//ui/gfx/geometry",
|
| @@ -232,7 +232,7 @@ source_set("receiver") {
|
| deps += [ "//media:media_for_cast_ios" ]
|
| deps -= [
|
| "//media",
|
| - "//third_party/libvpx_new",
|
| + "//third_party/libvpx",
|
| "//third_party/opus",
|
| ]
|
| }
|
|
|