| Index: chromecast/media/cma/backend/alsa/BUILD.gn
|
| diff --git a/chromecast/media/cma/backend/alsa/BUILD.gn b/chromecast/media/cma/backend/alsa/BUILD.gn
|
| index f45d0df79f79ef7933eb782cedf7444579950707..afcc0fd9c17cedfa131ec328fd5e6f196f88dfa7 100644
|
| --- a/chromecast/media/cma/backend/alsa/BUILD.gn
|
| +++ b/chromecast/media/cma/backend/alsa/BUILD.gn
|
| @@ -21,6 +21,8 @@ shared_library("libcast_media_1.0_audio") {
|
| sources = [
|
| "cast_media_shlib.cc",
|
| "media_codec_support_cast_audio.cc",
|
| + "post_processing_pipeline_impl.cc",
|
| + "post_processing_pipeline_impl.h",
|
| ]
|
|
|
| deps = [
|
| @@ -44,7 +46,6 @@ source_set("alsa_cma_backend") {
|
| "filter_group.h",
|
| "media_pipeline_backend_alsa.cc",
|
| "media_pipeline_backend_alsa.h",
|
| - "post_processing_pipeline.cc",
|
| "post_processing_pipeline.h",
|
| "post_processing_pipeline_parser.cc",
|
| "post_processing_pipeline_parser.h",
|
|
|