android_external_ffmpeg/libavutil/Android.bp
2025-06-26 23:59:17 -05:00

111 lines
2.3 KiB
Text

//
// Copyright (C) 2025 KonstaKANG
//
// SPDX-License-Identifier: LGPL-2.1-or-later
//
cc_library_shared {
name: "libavutil",
defaults: ["ffmpeg_defaults"],
shared_libs: [
"libdrm",
],
srcs: [
"aarch64/cpu.c",
"aarch64/float_dsp_init.c",
"aarch64/float_dsp_neon.S",
"aarch64/rpi_sand_neon.S",
"aarch64/tx_float_init.c",
"aarch64/tx_float_neon.S",
"adler32.c",
"aes.c",
"aes_ctr.c",
"ambient_viewing_environment.c",
"audio_fifo.c",
"avsscanf.c",
"avstring.c",
"base64.c",
"blowfish.c",
"bprint.c",
"buffer.c",
"camellia.c",
"cast5.c",
"channel_layout.c",
"cpu.c",
"crc.c",
"csp.c",
"des.c",
"detection_bbox.c",
"dict.c",
"display.c",
"dovi_meta.c",
"downmix_info.c",
"encryption_info.c",
"error.c",
"eval.c",
"executor.c",
"fifo.c",
"file.c",
"file_open.c",
"film_grain_params.c",
"fixed_dsp.c",
"float_dsp.c",
"frame.c",
"hash.c",
"hdr_dynamic_metadata.c",
"hdr_dynamic_vivid_metadata.c",
"hmac.c",
"hwcontext.c",
"hwcontext_drm.c",
"hwcontext_stub.c",
"iamf.c",
"imgutils.c",
"integer.c",
"intmath.c",
"lfg.c",
"lls.c",
"log.c",
"log2_tab.c",
"lzo.c",
"mastering_display_metadata.c",
"mathematics.c",
"md5.c",
"mem.c",
"murmur3.c",
"opt.c",
"parseutils.c",
"pixdesc.c",
"pixelutils.c",
"random_seed.c",
"rational.c",
"rc4.c",
"reverse.c",
"ripemd.c",
"rpi_sand_fns.c",
"samplefmt.c",
"sha.c",
"sha512.c",
"slicethread.c",
"spherical.c",
"stereo3d.c",
"tea.c",
"threadmessage.c",
"time.c",
"timecode.c",
"timestamp.c",
"tree.c",
"twofish.c",
"tx.c",
"tx_double.c",
"tx_float.c",
"tx_int32.c",
"utils.c",
"uuid.c",
"version.c",
"video_enc_params.c",
"video_hint.c",
"xga_font_data.c",
"xtea.c",
],
}