]> git.sesse.net Git - ffmpeg/blobdiff - tools/crypto_bench.c
avformat: remove deprecated AVStream.codec
[ffmpeg] / tools / crypto_bench.c
index ac9fcc465efda39f52878ca6d4be41485180b57e..0aff4ea784c29a93e070a09436c732f04b3473fc 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 /* Optional external libraries; can be enabled using:
- * make VERSUS=crypto+gcrypt+tomcrypt tools/crypto_bench */
+ * make VERSUS=crypto+gcrypt+tomcrypt+mbedcrypto tools/crypto_bench */
 #define USE_crypto           0x01    /* OpenSSL's libcrypto */
 #define USE_gcrypt           0x02    /* GnuTLS's libgcrypt */
 #define USE_tomcrypt         0x04    /* LibTomCrypt */