ffmpeg/libavfilter/tests
Andreas Rheinhardt c26730ed8f tests/dnn: Make DNN tests regular libavfilter tests
They test libavfilter internal API, so they should be libavfilter
test programs (which implies: linked statically to libavfilter
to access internal APIs and linked normally (statically or dynamically
depending upon the build configuration) against all the other libs).

Right now, they are always linked statically against all libs,
which is a significant size waste compared to shared libs as all
of libavcodec has been pulled in despite not being really used.
This also leads to linking failures on systems for which av_export_avutil
is intended: libavcodec does not expect to be linked statically
against the library providing avpriv_(cga|vga16)_font in this case.
This is fixed by this commit.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2021-12-19 00:46:29 +01:00
..
.gitignore tests/dnn: Make DNN tests regular libavfilter tests 2021-12-19 00:46:29 +01:00
dnn-layer-avgpool.c tests/dnn: Make DNN tests regular libavfilter tests 2021-12-19 00:46:29 +01:00
dnn-layer-conv2d.c tests/dnn: Make DNN tests regular libavfilter tests 2021-12-19 00:46:29 +01:00
dnn-layer-dense.c tests/dnn: Make DNN tests regular libavfilter tests 2021-12-19 00:46:29 +01:00
dnn-layer-depth2space.c tests/dnn: Make DNN tests regular libavfilter tests 2021-12-19 00:46:29 +01:00
dnn-layer-mathbinary.c tests/dnn: Make DNN tests regular libavfilter tests 2021-12-19 00:46:29 +01:00
dnn-layer-mathunary.c tests/dnn: Make DNN tests regular libavfilter tests 2021-12-19 00:46:29 +01:00
dnn-layer-maximum.c tests/dnn: Make DNN tests regular libavfilter tests 2021-12-19 00:46:29 +01:00
dnn-layer-pad.c tests/dnn: Make DNN tests regular libavfilter tests 2021-12-19 00:46:29 +01:00
drawutils.c
filtfmts.c avfilter/tests/filtfmts: Check for existence of formats/channel layouts 2021-10-10 12:04:30 +02:00
formats.c avcodec/avcodec: Stop including channel_layout.h in avcodec.h 2021-07-22 11:14:31 +02:00
integral.c Replace all occurences of av_mallocz_array() by av_calloc() 2021-09-20 01:03:52 +02:00