blob: 17b550a49bf9d2f0ccc06cb34a8b418f9567ff66 [file] [log] [blame]
# Copyright 2018 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("render") {
sources = [
"audio_renderer.h",
"renderer.cc",
"renderer.h",
"video_renderer.h",
]
deps = [
"//zircon/public/lib/async-cpp",
"//zircon/system/ulib/async-default",
]
public_deps = [
"//sdk/fidl/fuchsia.math",
"//sdk/fidl/fuchsia.media",
"//sdk/lib/media/cpp",
"//sdk/lib/syslog/cpp",
"//src/media/playback/mediaplayer/graph",
]
}