blob: 20cbc00f7835411483a10f25fc89b25182fb1b6f [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 = "max"
}
assert(current_cpu == "x64" || current_cpu == "arm64")