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>2018-05-16 01:15:03 +0300
committerMark Thompson <sw@jkqxz.net>2018-05-21 22:54:52 +0300
commitba7d1377e85662f7b4ae728719c10d5427cc6b9b (patch)
tree05668054af2a8f22405a2cc35de3ac796cce53b0 /libavutil/Makefile
parent70d25268c21cbee5f08304da95be1f647c630c15 (diff)
hwcontext: Add test for device creation and derivation
This uses any devices it can find on the host system - on a system with no hardware device support or in builds with no support included it will do nothing and pass.
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 4fe470748c..d0632f16a6 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -206,6 +206,7 @@ TESTPROGS = adler32 \
fifo \
hash \
hmac \
+ hwdevice \
integer \
imgutils \
lfg \