blob: 94a7d4f1a872e8398e7925d6f9852bf8f550b41d [file] [log] [blame]
# Copyright 2016 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("decode") {
sources = [
"decoder.h",
"software_decoder.cc",
"software_decoder.h",
]
public_deps = [
"//garnet/public/lib/component/cpp",
]
deps = [
"//garnet/bin/mediaplayer/graph",
"//garnet/bin/mediaplayer/metrics",
"//zircon/public/lib/async-loop-cpp",
]
}