-
Notifications
You must be signed in to change notification settings - Fork 117
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
Linux pkg-config files are incorrect #76
Comments
script is fixed in master branch. only ffmpeg master branch prebuilt packages are patched |
I see your docker is using ffmpeg 4.4 5.1 6.1 7.0 and 7.1,now prebuilt packages for these versions are updated, no need to patch pc files. btw, my build depends on libc++ instead of libstdc++ because libc++ abi is more stable, you have to install libc++1 using apt. |
Thank you! This is very useful for us. I'll make sure to install libc++, that's not a big deal. |
Hi, I have some trouble with the
.pc
files in the linux releases.The files start with
Now, as a reminder, the file structure for the linux builds is:
This resolves to the following:
You can also see this when running pkg-config:
I believe this would be fixed by setting
prefix=${pcfiledir}/../../..
(one directory higher) and settinglibdir=${prefix}/lib/<arch>
, arch being amd64, arm64 etc.The text was updated successfully, but these errors were encountered: