diff options
author | Mark Thompson <sw@jkqxz.net> | 2018-05-15 23:15:03 +0100 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2018-05-21 20:54:52 +0100 |
commit | ba7d1377e85662f7b4ae728719c10d5427cc6b9b (patch) | |
tree | 05668054af2a8f22405a2cc35de3ac796cce53b0 /libavutil/tests/.gitignore | |
parent | 70d25268c21cbee5f08304da95be1f647c630c15 (diff) | |
download | ffmpeg-ba7d1377e85662f7b4ae728719c10d5427cc6b9b.tar.gz |
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/tests/.gitignore')
-rw-r--r-- | libavutil/tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/tests/.gitignore b/libavutil/tests/.gitignore index 8ede070887..71f75a8ee9 100644 --- a/libavutil/tests/.gitignore +++ b/libavutil/tests/.gitignore @@ -22,6 +22,7 @@ /file /hash /hmac +/hwdevice /imgutils /lfg /lls |