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
I have ffmpeg v4 and v6 installed from MacPorts on macOS 14.5. v4 is at the default prefix (/opt/local), while v6 is installed in a separate prefix (/opt/local/libexec/ffmpeg6). I have prepended /opt/local/libexec/ffmpeg6/lib/pkgconfig into pkgconfig search path env variable and the configure script can detect ffmpeg v6 and passes. However after building and installing, binaries are still linked to the old libraries in /opt/local/lib. There's probably some sort of bug in the configure process.
Full build log: main.log
The text was updated successfully, but these errors were encountered:
Are you sure your v6 libraries are actually in the proper path for ld.so to find (e.g. via LD_PRELOAD_PATH)? This sounds more like a runtime issue than a build time issue.
I have ffmpeg v4 and v6 installed from MacPorts on macOS 14.5. v4 is at the default prefix (
/opt/local
), while v6 is installed in a separate prefix (/opt/local/libexec/ffmpeg6
). I have prepended/opt/local/libexec/ffmpeg6/lib/pkgconfig
into pkgconfig search path env variable and the configure script can detect ffmpeg v6 and passes. However after building and installing, binaries are still linked to the old libraries in/opt/local/lib
. There's probably some sort of bug in the configure process.Full build log:
main.log
The text was updated successfully, but these errors were encountered: