mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
Rename crypto define to KVZ_SEL_ENCRYPTION
KVC is a typo.
This commit is contained in:
parent
76cb6dc6c2
commit
1354b9a997
|
@ -61,7 +61,7 @@ AC_ARG_WITH([libcryptopp],
|
|||
[Build with libcryptopp Enables selective encryption.]))
|
||||
AS_IF([test "x$with_libcryptopp" = "xyes"], [
|
||||
PKG_CHECK_MODULES([libcryptopp], [cryptopp],
|
||||
AC_DEFINE([KVC_SEL_ENCRYPTION], [1], [With libcryptopp]),
|
||||
AC_DEFINE([KVZ_SEL_ENCRYPTION], [1], [With libcryptopp]),
|
||||
AC_MSG_ERROR([libcryptopp not found with pkg-config])
|
||||
)
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue