Skip to Content

libaec v1.1.3

Created
Updated

Adaptive Entropy Coding library

# Usage

libaec provides CMake targets:

find_package(libaec CONFIG REQUIRED)
# libaec API
target_link_libraries(main PRIVATE libaec::aec)
# szip compatible API
target_link_libraries(main PRIVATE libaec::sz) 

# License

# Supported Platforms

All platforms are supported

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

# Host Dependents

No dependents.

# Contributors

  • LE GARREC Vincent's avatar LE GARREC Vincent
  • Kai Pastor's avatar Kai Pastor

# Changelog

  • ad84d8b [libaec] Test and fix CMake config, add usage (#45340)
  • e36fe71 [libaec] Add new port (#38107)

# Source