android_external_ffmpeg/libavutil/Android.bp
Venkata Atchuta Bheemeswara Sarma Darbha 7348d2774f android: Fixing build
Some of the files need to be integrated in the Android.bp to build successfully.

Signed-off-by: Venkata Atchuta Bheemeswara Sarma Darbha <vdarbha0473@gmail.com>
2026-01-02 20:30:50 -06:00

120 lines
2.6 KiB
Text

//
// Copyright (C) 2025 KonstaKANG
// Copyright (C) 2025 Venkata Atchuta Bheemeswara Sarma Darbha
//
// SPDX-License-Identifier: LGPL-2.1-or-later
//
cc_library_shared {
name: "libavutil",
defaults: ["ffmpeg_defaults"],
shared_libs: [
"libdrm",
"libudev",
],
srcs: [
"aarch64/cpu.c",
"aarch64/cpu_sve.S",
"aarch64/float_dsp_init.c",
"aarch64/float_dsp_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",
"container_fifo.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",
"float_scalarproduct.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",
"refstruct.c",
"reverse.c",
"ripemd.c",
"hwcontext_v4l2request.c",
"hwcontext_drm.c",
"samplefmt.c",
"sha.c",
"sha512.c",
"side_data.c",
"slicethread.c",
"spherical.c",
"stereo3d.c",
"tdrdi.c",
"tea.c",
"threadmessage.c",
"time.c",
"timecode.c",
"timecode_internal.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",
],
}