We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I need the famous libmfx-0.dll shared library, how to compile it as shared library?
Because using the following configuring option doesn't work :
./configure --host=x86_64-w64-mingw32 --enable-shared --disable-static
make: Nothing to be done for 'all'.
The text was updated successfully, but these errors were encountered:
why do you need MSDK dispatcher as shared library if main purpose of dispatcher - to load proper MSDK core library ?
Sorry, something went wrong.
Haven't fully understand FFMPEG ecosystem fully, but it's for delphi's FFVCL plugin which has the "libmfx-0.dll" dependencies.
I am trying to cross compiling it in ubuntu as mingw64, in Msys2 also available as shared libs https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-libmfx/PKGBUILD .
Able to compile version 1.2.5 but above than that i cannot compiling it as shared library.
you might want to stick using 1.25 or "delphi's FFVCL plugin" has to be updated,
it is not clear why it needs "libmfx-0.dll" this is pretty much unique case.
No branches or pull requests
I need the famous libmfx-0.dll shared library, how to compile it as shared library?
Because using the following configuring option doesn't work :
The text was updated successfully, but these errors were encountered: