blob: 5112be9c0ef34d34a571a6e90d56b1d8da55f814 [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. Legal values are [default|max].
ffmpeg_profile = "max"
}
assert(ffmpeg_profile == "default" || ffmpeg_profile == "max")
assert(current_cpu == "x64" || current_cpu == "arm64")