mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 06:40:15 +00:00
with -DAJANTV2_DISABLE_PLUGIN_LOAD=ON Not sure how it relates, but the former one is not supported and not disabling the later causes undefined references to mbedtls, eg.: ``` /usr/bin/ld: /usr/local/lib/libajantv2.so: undefined reference to `mbedtls_pk_load_file' /usr/bin/ld: /usr/local/lib/libajantv2.so: undefined reference to `mbedtls_pem_init' /usr/bin/ld: /usr/local/lib/libajantv2.so: undefined reference to `mbedtls_pem_read_buffer' /usr/bin/ld: /usr/local/lib/libajantv2.so: undefined reference to `mbedtls_pem_free' /usr/bin/ld: /usr/local/lib/libajantv2.so: undefined reference to `mbedtls_pk_parse_subpubkey' ```