mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-12 22:14:29 +02:00
remove WEBP_FORCE_ALIGNED and use memcpy() instead.
BUG=webp:297 Change-Id: I89a08debec7bb1b3f411c897260ab1bb63f77df2
This commit is contained in:
committed by
James Zern
parent
005e15b10a
commit
3884972e3f
@ -6,7 +6,6 @@ project(libwebp C)
|
||||
option(WEBP_BUILD_CWEBP "Build the cwebp command line tool." OFF)
|
||||
option(WEBP_BUILD_DWEBP "Build the dwebp command line tool." OFF)
|
||||
option(WEBP_EXPERIMENTAL_FEATURES "Build with experimental features." OFF)
|
||||
option(WEBP_FORCE_ALIGNED "Force aligned memory operations." OFF)
|
||||
option(WEBP_ENABLE_SWAP_16BIT_CSP "Enable byte swap for 16 bit colorspaces." OFF)
|
||||
|
||||
set(WEBP_DEP_LIBRARIES)
|
||||
|
Reference in New Issue
Block a user