diff mbox

[FFmpeg-devel,3/3] tools/crypto_bench: update the comment about build command

Message ID 1557336748-23144-3-git-send-email-mypopydev@gmail.com
State Accepted
Commit a6cd3ad21f1cd6f90aa1e818ece0e399ff66d685
Headers show

Commit Message

Jun Zhao May 8, 2019, 5:32 p.m. UTC
From: Jun Zhao <barryjzhao@tencent.com>

commit cd62f9d557f missing the comment about build

Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
---
 tools/crypto_bench.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Nicolas George May 9, 2019, 8:55 a.m. UTC | #1
Jun Zhao (12019-05-09):
> From: Jun Zhao <barryjzhao@tencent.com>
> 
> commit cd62f9d557f missing the comment about build
> 
> Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
> ---
>  tools/crypto_bench.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

LGTM.

Regards,
Jun Zhao May 9, 2019, 9:10 a.m. UTC | #2
On Thu, May 9, 2019 at 4:55 PM Nicolas George <george@nsup.org> wrote:
>
> Jun Zhao (12019-05-09):
> > From: Jun Zhao <barryjzhao@tencent.com>
> >
> > commit cd62f9d557f missing the comment about build
> >
> > Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
> > ---
> >  tools/crypto_bench.c |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
>
> LGTM.
>
Applied, Thanks.
diff mbox

Patch

diff --git a/tools/crypto_bench.c b/tools/crypto_bench.c
index ac9fcc4..0aff4ea 100644
--- a/tools/crypto_bench.c
+++ b/tools/crypto_bench.c
@@ -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 */