]> git.sesse.net Git - ffmpeg/commitdiff
tools/crypto_bench: update the comment about build command
authorJun Zhao <barryjzhao@tencent.com>
Wed, 8 May 2019 17:24:28 +0000 (01:24 +0800)
committerJun Zhao <barryjzhao@tencent.com>
Thu, 9 May 2019 09:03:30 +0000 (17:03 +0800)
commit cd62f9d557f missing the comment about build

Reviewed-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
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 */