Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: libvpl to replace deprecated libmfx #2671

Open
l-l-l-l-l-l opened this issue May 9, 2024 · 1 comment
Open

Request: libvpl to replace deprecated libmfx #2671

l-l-l-l-l-l opened this issue May 9, 2024 · 1 comment

Comments

@l-l-l-l-l-l
Copy link

While compiling, it gives the following warning.

WARNING: libmfx is deprecated. Please run configure with --enable-libvpl to use libvpl instead.

I believe it would be wise to add libvpl capabilities (which the suite currently lacks).

@Psynosaur
Copy link

Hi

I've had the same warning.

You may include libvpl using the mingwpackages in media-autobuild_suite.bat

set mingwpackages=cmake dlfcn libpng nasm pcre tools-git yasm ninja pkgconf meson ccache jq ^
clang gettext-tools lld rust libvpl

Then including it in ffmpeg_options_basic adds libvpl, if you included libmfx this way, you'd need to remove it first.

:: common external libs
set ffmpeg_options_basic=gmp libmp3lame libopus libvorbis libvpx libx264 libx265 ^
libdav1d libaom --disable-debug libfdk-aac librav1e libsrt libvmaf libsvtav1 librist libsvthevc libvvenc libvvdec libvpl

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants