libflacv1.5.0
- Updated
Library for manipulating FLAC files
- Project website: https://xiph.org/flac/
#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++)#Supported Platforms
All platforms supported.
#Features
Default feature: stack-protector
#asm
Use any assembly optimization routines
Platforms: x86
- ✅windows-x86
- ❌
linux - ❌
osx - ❌
uwp - ❌
windows-arm64 - ❌
windows-x64
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
#multithreading
Enable multithreading if pthreads is available
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
#stack-protector
Build with stack smashing protection
Platforms: !emscripten
- ✅linux
- ✅osx
- ✅uwp
- ✅windows
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
#Used By
- allegro5
- aubio (feature
tools) - gstreamer (feature
flac) - libsndfile (feature
external-libs) - sdl2-mixer (feature
libflac) - sdl2-mixer-ext (feature
libflac) - sdl3-mixer (feature
libflac) - sfml (feature
audio)
#Host Tool For
No ports use this.
#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
Alexandre Bique
#Changelog
Show 22 earlier changes
0fe2068[libflac] Apply patch for flac_max and flac_min827c893[sfml] Support Linux38ae2f6[libflac] using #ifdef for patches insteadcb30c3f[libflac] patches for UWP builds26516fevcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)f3e520b[libflac] fix build with MSBuild generatorae57ea5Escape 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