blob: 016d704ee3bdafd0824ea6418c6dc2288170b854 [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("yuv") {
sources = [
"yuv.cc",
"yuv.h",
]
cflags = [
# Always optimize regardless of --release or debug.
"-O3",
]
}