Files
FFmpeg/libavutil/Makefile
T

281 lines
18 KiB
Makefile
Raw Normal View History

NAME = avutil
DESC = FFmpeg utility library
HEADERS = adler32.h \
2011-04-07 10:19:23 -03:00
aes.h \
2015-12-07 11:58:41 +02:00
aes_ctr.h \
attributes.h \
2012-03-23 17:45:48 -04:00
audio_fifo.h \
2010-10-01 13:55:13 +00:00
avassert.h \
avstring.h \
avutil.h \
base64.h \
blowfish.h \
2012-02-01 20:37:50 +01:00
bprint.h \
2010-07-10 22:22:07 +00:00
bswap.h \
buffer.h \
cast5.h \
camellia.h \
channel_layout.h \
common.h \
cpu.h \
crc.h \
csp.h \
des.h \
detection_bbox.h \
2016-02-16 17:58:50 +01:00
dict.h \
2014-05-15 22:06:49 -04:00
display.h \
2020-04-11 20:54:11 +08:00
dovi_meta.h \
downmix_info.h \
encryption_info.h \
error.h \
eval.h \
fifo.h \
file.h \
2012-10-17 11:51:01 +02:00
frame.h \
2014-07-06 08:51:12 -07:00
hash.h \
hdr_dynamic_metadata.h \
2022-02-16 21:54:58 +08:00
hdr_dynamic_vivid_metadata.h \
hmac.h \
hwcontext.h \
2016-01-13 14:25:58 +01:00
hwcontext_cuda.h \
2017-06-06 18:51:07 +02:00
hwcontext_d3d11va.h \
2017-06-18 18:16:27 +01:00
hwcontext_drm.h \
2016-03-31 13:12:41 +02:00
hwcontext_dxva2.h \
2016-01-13 14:25:58 +01:00
hwcontext_qsv.h \
hwcontext_mediacodec.h \
hwcontext_opencl.h \
2016-02-15 19:32:45 +00:00
hwcontext_vaapi.h \
2017-05-15 11:27:24 +02:00
hwcontext_videotoolbox.h \
2015-12-07 15:04:57 +01:00
hwcontext_vdpau.h \
2019-08-28 21:58:10 +01:00
hwcontext_vulkan.h \
2011-02-07 14:37:08 +01:00
imgutils.h \
2012-01-29 20:09:22 +00:00
intfloat.h \
2010-07-10 22:22:07 +00:00
intreadwrite.h \
2010-07-02 12:12:06 +00:00
lfg.h \
log.h \
2022-02-26 11:47:06 -03:00
lzo.h \
macros.h \
mathematics.h \
mastering_display_metadata.h \
md5.h \
mem.h \
motion_vector.h \
2013-05-09 14:34:46 +02:00
murmur3.h \
2010-10-08 23:42:25 +00:00
opt.h \
2011-02-07 14:37:08 +01:00
parseutils.h \
2009-11-24 23:33:41 +00:00
pixdesc.h \
2014-08-02 18:54:43 +02:00
pixelutils.h \
pixfmt.h \
random_seed.h \
rc4.h \
rational.h \
2016-02-16 17:58:50 +01:00
replaygain.h \
2013-06-15 14:04:19 -03:00
ripemd.h \
2011-02-07 14:37:08 +01:00
samplefmt.h \
2011-04-07 10:19:23 -03:00
sha.h \
2013-05-30 04:56:29 -03:00
sha512.h \
spherical.h \
stereo3d.h \
2014-02-20 14:14:34 +01:00
threadmessage.h \
2012-06-20 01:24:39 +01:00
time.h \
2012-01-16 11:20:46 +01:00
timecode.h \
timestamp.h \
tree.h \
twofish.h \
uuid.h \
2012-07-05 08:21:49 +02:00
version.h \
video_enc_params.h \
2012-07-03 15:53:16 +02:00
xtea.h \
tea.h \
2019-05-02 15:07:12 +01:00
tx.h \
film_grain_params.h \
ARCH_HEADERS = bswap.h \
intmath.h \
intreadwrite.h \
timer.h \
BUILT_HEADERS = avconfig.h \
ffversion.h
2010-01-19 04:40:16 +00:00
2008-10-26 15:21:45 +00:00
OBJS = adler32.o \
aes.o \
2015-12-07 11:58:41 +02:00
aes_ctr.o \
2012-03-23 17:45:48 -04:00
audio_fifo.o \
avstring.o \
avsscanf.o \
2008-10-26 15:21:45 +00:00
base64.o \
blowfish.o \
2012-02-01 20:37:50 +01:00
bprint.o \
buffer.o \
cast5.o \
camellia.o \
channel_layout.o \
color_utils.o \
cpu.o \
2008-10-26 15:21:45 +00:00
crc.o \
csp.o \
2008-10-26 15:21:45 +00:00
des.o \
detection_bbox.o \
2016-02-16 17:58:50 +01:00
dict.o \
2014-05-15 22:06:49 -04:00
display.o \
2020-04-11 20:54:11 +08:00
dovi_meta.o \
downmix_info.o \
encryption_info.o \
2010-03-25 22:46:35 +00:00
error.o \
eval.o \
2008-10-26 15:21:45 +00:00
fifo.o \
file.o \
file_open.o \
2012-05-21 12:58:41 -04:00
float_dsp.o \
2014-04-01 16:31:07 +02:00
fixed_dsp.o \
2012-10-17 11:51:01 +02:00
frame.o \
2013-05-09 18:10:47 +02:00
hash.o \
hdr_dynamic_metadata.o \
2022-02-16 21:54:58 +08:00
hdr_dynamic_vivid_metadata.o \
hmac.o \
hwcontext.o \
2011-02-07 14:37:08 +01:00
imgutils.o \
integer.o \
intmath.o \
2008-10-26 15:21:45 +00:00
lfg.o \
2014-08-09 23:03:26 +02:00
lls.o \
2008-10-26 15:21:45 +00:00
log.o \
log2_tab.o \
2022-02-26 11:47:06 -03:00
lzo.o \
2008-10-26 15:21:45 +00:00
mathematics.o \
mastering_display_metadata.o \
2008-10-26 15:21:45 +00:00
md5.o \
mem.o \
2013-05-09 14:34:46 +02:00
murmur3.o \
2010-09-26 14:25:22 +00:00
opt.o \
2011-02-07 14:37:08 +01:00
parseutils.o \
2009-11-24 23:33:41 +00:00
pixdesc.o \
2014-08-02 18:54:43 +02:00
pixelutils.o \
random_seed.o \
2008-10-26 15:21:45 +00:00
rational.o \
reverse.o \
2008-10-26 15:21:45 +00:00
rc4.o \
2013-06-15 14:04:19 -03:00
ripemd.o \
2011-02-07 14:37:08 +01:00
samplefmt.o \
sha.o \
2013-05-30 04:56:29 -03:00
sha512.o \
slicethread.o \
spherical.o \
stereo3d.o \
2014-02-20 14:14:34 +01:00
threadmessage.o \
2012-06-20 01:24:39 +01:00
time.o \
2012-01-16 11:20:46 +01:00
timecode.o \
2008-10-26 15:21:45 +00:00
tree.o \
twofish.o \
2008-10-26 15:21:45 +00:00
utils.o \
2012-09-22 09:56:33 +02:00
xga_font_data.o \
2012-07-03 15:53:16 +02:00
xtea.o \
tea.o \
2019-05-02 15:07:12 +01:00
tx.o \
tx_float.o \
tx_double.o \
tx_int32.o \
uuid.o \
version.o \
video_enc_params.o \
film_grain_params.o \
OBJS-$(CONFIG_CUDA) += hwcontext_cuda.o
2017-06-06 18:51:07 +02:00
OBJS-$(CONFIG_D3D11VA) += hwcontext_d3d11va.o
2016-03-31 13:12:41 +02:00
OBJS-$(CONFIG_DXVA2) += hwcontext_dxva2.o
2017-06-18 18:16:27 +01:00
OBJS-$(CONFIG_LIBDRM) += hwcontext_drm.o
OBJS-$(CONFIG_MACOS_KPERF) += macos_kperf.o
2018-05-14 22:58:57 +01:00
OBJS-$(CONFIG_MEDIACODEC) += hwcontext_mediacodec.o
2017-03-04 23:57:47 +00:00
OBJS-$(CONFIG_OPENCL) += hwcontext_opencl.o
2018-05-14 22:58:57 +01:00
OBJS-$(CONFIG_QSV) += hwcontext_qsv.o
2016-02-15 19:32:45 +00:00
OBJS-$(CONFIG_VAAPI) += hwcontext_vaapi.o
2017-05-15 11:27:24 +02:00
OBJS-$(CONFIG_VIDEOTOOLBOX) += hwcontext_videotoolbox.o
2015-12-07 15:04:57 +01:00
OBJS-$(CONFIG_VDPAU) += hwcontext_vdpau.o
2019-08-28 21:58:10 +01:00
OBJS-$(CONFIG_VULKAN) += hwcontext_vulkan.o
OBJS-$(!CONFIG_VULKAN) += hwcontext_stub.o
2012-10-14 17:56:00 +01:00
OBJS += $(COMPAT_OBJS:%=../compat/%)
# Windows resource file
SHLIBOBJS-$(HAVE_GNU_WINDRES) += avutilres.o
2021-12-19 09:41:16 -08:00
SKIPHEADERS += objc.h
2016-11-24 13:39:13 -03:00
SKIPHEADERS-$(HAVE_CUDA_H) += hwcontext_cuda.h
SKIPHEADERS-$(CONFIG_CUDA) += hwcontext_cuda_internal.h \
cuda_check.h
2017-06-06 18:51:07 +02:00
SKIPHEADERS-$(CONFIG_D3D11VA) += hwcontext_d3d11va.h
2016-03-31 13:12:41 +02:00
SKIPHEADERS-$(CONFIG_DXVA2) += hwcontext_dxva2.h
2018-05-14 22:58:57 +01:00
SKIPHEADERS-$(CONFIG_QSV) += hwcontext_qsv.h
2017-03-04 23:57:47 +00:00
SKIPHEADERS-$(CONFIG_OPENCL) += hwcontext_opencl.h
2016-02-15 19:32:45 +00:00
SKIPHEADERS-$(CONFIG_VAAPI) += hwcontext_vaapi.h
2017-05-15 11:27:24 +02:00
SKIPHEADERS-$(CONFIG_VIDEOTOOLBOX) += hwcontext_videotoolbox.h
2016-02-15 19:52:33 +01:00
SKIPHEADERS-$(CONFIG_VDPAU) += hwcontext_vdpau.h
2021-11-19 15:17:24 +01:00
SKIPHEADERS-$(CONFIG_VULKAN) += hwcontext_vulkan.h vulkan.h \
vulkan_functions.h \
vulkan_loader.h
TESTPROGS = adler32 \
aes \
2017-01-01 12:17:58 -08:00
aes_ctr \
audio_fifo \
avstring \
base64 \
blowfish \
2012-05-07 22:42:41 +02:00
bprint \
cast5 \
camellia \
2021-08-21 17:05:34 -03:00
channel_layout \
color_utils \
cpu \
crc \
des \
2014-11-16 01:45:07 +01:00
dict \
2016-03-20 09:54:07 +01:00
display \
2018-06-01 11:38:05 -07:00
encryption_info \
error \
eval \
2012-05-07 22:42:41 +02:00
file \
fifo \
2016-03-07 21:21:26 -08:00
hash \
2013-01-15 13:05:12 +02:00
hmac \
hwdevice \
integer \
2016-12-10 21:39:56 +01:00
imgutils \
lfg \
2014-08-09 23:03:26 +02:00
lls \
2014-04-03 22:38:30 +02:00
log \
md5 \
2013-05-09 14:34:46 +02:00
murmur3 \
opt \
2012-05-07 22:42:41 +02:00
pca \
parseutils \
pixdesc \
2014-08-02 18:54:43 +02:00
pixelutils \
pixfmt_best \
2012-05-07 22:42:41 +02:00
random_seed \
rational \
2013-06-15 14:04:19 -03:00
ripemd \
sha \
2013-05-30 04:56:29 -03:00
sha512 \
2014-10-09 16:02:14 +02:00
softfloat \
tree \
twofish \
utf8 \
2022-06-01 17:30:33 -07:00
uuid \
2012-07-03 15:53:16 +02:00
xtea \
tea \
2012-05-07 22:42:41 +02:00
TESTPROGS-$(HAVE_THREADS) += cpu_init
TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
2008-01-27 22:39:30 +00:00
2013-05-16 20:10:11 +02:00
TOOLS = crypto_bench ffhash ffeval ffescape
tools/crypto_bench$(EXESUF): ELIBS += $(if $(VERSUS),$(subst +, -l,+$(VERSUS)),)
tools/crypto_bench.o: CFLAGS += -DUSE_EXT_LIBS=0$(if $(VERSUS),$(subst +,+USE_,+$(VERSUS)),)
2012-01-15 23:05:07 +01:00
$(SUBDIR)tests/lzo$(EXESUF): ELIBS = -llzo2