You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: standardize library install path to lib directory
Remove all references to lib64 directory and enforce consistent lib directory usage:
- Force CMAKE_INSTALL_LIBDIR=lib in CMake builds
- Ensure Meson builds use --libdir=lib
- Update pkg-config path to only include lib/pkgconfig
- Modify FFmpeg and other build scripts to only reference lib directory
- Update documentation to reflect the simplified directory structure
This simplifies the build system and ensures more consistent library installation locations.
0 commit comments