mlt: Fix build failure when ffmpeg port is installed

Closes: https://trac.macports.org/ticket/71770
This commit is contained in:
Ryan Carsten Schmidt
2026-03-20 08:17:49 -05:00
parent 3d1fedf0aa
commit 338ff35ed8
+4
View File
@@ -86,6 +86,10 @@ depends_lib-append port:frei0r-plugins \
configure.pkg_config_path-append \
${prefix}/libexec/ffmpeg${ffmpeg_ver}/lib/pkgconfig
# Don't pick up headers from ffmpeg port if installed, leading to link failure.
configure.cppflags-replace \
-I${prefix}/include -isystem${prefix}/include
configure.args-append \
-DGPL=ON \
-DGPL3=OFF \