gstreamer/ext/aes
U. Artie Eoff 8b1634930f tests: skip aes test if elements not built
In ext/aes/meson.build, the aes_dep will return
not-found if -Daes=disabled, regardless of whether
openssl is found or not.  Thus, we don't need a
separate check for the option.  This will also
ensure that aes_dep is always defined and we can
use it in the tests/check/meson.build unit.

Fixes #1660

v2: handle -Daes=disabled, too.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2522>
2021-09-14 23:15:44 -07:00
..
gstaes.c aes: add aes encryption and decryption elements 2021-08-25 21:16:09 -04:00
gstaesdec.c aes: add aes encryption and decryption elements 2021-08-25 21:16:09 -04:00
gstaesdec.h aes: add aes encryption and decryption elements 2021-08-25 21:16:09 -04:00
gstaesenc.c aes: add aes encryption and decryption elements 2021-08-25 21:16:09 -04:00
gstaesenc.h aes: add aes encryption and decryption elements 2021-08-25 21:16:09 -04:00
gstaeshelper.c aes: add aes encryption and decryption elements 2021-08-25 21:16:09 -04:00
gstaeshelper.h aes: add aes encryption and decryption elements 2021-08-25 21:16:09 -04:00
meson.build tests: skip aes test if elements not built 2021-09-14 23:15:44 -07:00