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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-07-07 00:50:40 +0300
committerMark Thompson <sw@jkqxz.net>2017-07-19 00:56:30 +0300
commit3192821237f6dbf2190264a6efab935280559373 (patch)
treebd7f2fe39781cdd84e5f3f1ac3c769ccb2663e3e /libavutil/Makefile
parent8a442d7a8a687a469ca502a18a0c68f5302b15e0 (diff)
pixdesc: Add a test for av_find_best_pix_fmt_of_2()
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 b4464b0d76..b2662c843e 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -218,6 +218,7 @@ TESTPROGS = adler32 \
parseutils \
pixdesc \
pixelutils \
+ pixfmt_best \
random_seed \
rational \
ripemd \