libflac v1.4.3
- Created
- Updated
Library for manipulating FLAC files
# Usage
The package libflac provides CMake targets:
find_package(FLAC CONFIG REQUIRED)
target_link_libraries(main PRIVATE FLAC::FLAC)
# Or use the C++ API
find_package(FLAC CONFIG REQUIRED)
target_link_libraries(main PRIVATE FLAC::FLAC++)
# License
# Supported Platforms
All platforms are supported
# Features
Default feature: stack-protector
# asm
Use any assembly optimization routines
Supports: x86
- ✅ windows-x86
- ❌
linux - ❌
osx - ❌
uwp - ❌
windows-arm64 - ❌
windows-x64
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# stack-protector
Build with stack smashing protection
Supports: !emscripten
- ✅ linux
- ✅ osx
- ✅ uwp
- ✅ windows
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# Dependencies
No transitive dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
- allegro5
- aubio (feature
tools
) - gstreamer (feature
flac
) - libsndfile (feature
external-libs
) - sdl1-mixer
- sdl2-mixer (feature
libflac
) - sdl2-mixer-ext (feature
libflac
) - sfml (feature
audio
)
# Host Dependents
No dependents.
# Contributors
codicodi
Alexander Karatarakis
Anonymous Maarten
Aybe
Robert Schumacher
pravic
Michał Janiszewski
evpobr
Kevin Lu
Long Nguyen
NancyLi1013
cbergemann
Billy O'Neal
Alexander Neumann
Cheney Wang
Thomas1664
Pierre Wendling
Jia Yue Hua
fwcd
# Changelog
and 21 more commits:
0fe2068
[libflac] Apply patch for flac_max and flac_min827c893
[sfml] Support Linux38ae2f6
[libflac] using #ifdef for patches insteadcb30c3f
[libflac] patches for UWP builds26516fe
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)f3e520b
[libflac] fix build with MSBuild generatorae57ea5
Escape PROJECT_SOURCE_DIR since it can contain spacesc24afa9
[flac] use nasm099df52
[libflac] bum version in CONTROL file533c60f
[libflac] update to 1.3.2abc8c37
[libflac] bump version7645634
[libflac] remove unused flags7927112
[libflac] link to correct version of ogg59587d9
[libflac] Fix typof1a3424
[libflac] update config in static builds175bb41
[libflac] initial commit