Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-12-10 23:39:56 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2016-12-11 00:24:10 +0300
commit1b39a30247111d854ce296d9fb4539e5840a9ae4 (patch)
tree95c917f979994bfb85854f7d4910f478186ad27d /libavutil/Makefile
parent8aad209c13c2a66a9256e37d7f44b5f9f19b13b2 (diff)
fate: add av_image_check_size() test
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 6474a30c84..a8c0882929 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -202,6 +202,7 @@ TESTPROGS = adler32 \
float_dsp \
hash \
hmac \
+ imgutils \
lfg \
lls \
log \