blob: c8868b0d5f3596e10e5e3fbd638bd77b95358a3c [file] [log] [blame]
# Copyright 2017 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.
declare_args() {
# Controls what formats are supported.
ffmpeg_profile = "default"
}
assert(current_cpu == "x64" || current_cpu == "arm64")