Skip to content
  • Seungha Yang's avatar
    hls: Check nettle version to ensure AES128 support · 4fc3aa6e
    Seungha Yang authored
    AES128 support was added since nettle version 3.0
    
    ../subprojects/gst-plugins-bad/ext/hls/gsthlsdemux.h:110:10: error: field ‘ctx’ has incomplete type
       struct CBC_CTX (struct aes128_ctx, AES_BLOCK_SIZE) aes_ctx;
    4fc3aa6e