#67603 closed enhancement (invalid)
ffmpeg6 @6.0_1 installation path
Reported by: | digital-pers0n | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | mascguy (Christopher Nielsen) | |
Port: | ffmpeg6 |
Description
ffmpeg6 installs its libraries into /opt/local/libexec/ffmpeg6/lib/ instead of /opt/local/lib/ Build tools like meson/waf etc. cannot find ffmpeg libs there by default i.e setting CFLAGS/LDFLAGS vars doesn't do anything
Change History (2)
comment:1 Changed 17 months ago by mascguy (Christopher Nielsen)
Cc: | mascguy added; mascguy@… removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
comment:2 Changed 17 months ago by jmroot (Joshua Root)
Anything using pkg-config should work if you set PKG_CONFIG_PATH=/opt/local/libexec/ffmpeg6/lib/pkgconfig
in the environment.
Note: See
TracTickets for help on using
tickets.
Yes, that's intentional, as v5/v6 have breaking changes, which many ports can't build with.
Those ports that are compatible with v6 can explicitly build with it though, with minor portfule changes.