slyfox1186 / ffmpeg-build-script

The FFmpeg build script build's the most up to date version of FFmpeg by using API calls to download the latest source code available.
GNU General Public License v3.0
45 stars 9 forks source link

static libnpp missing file nppi.a #25

Closed brutus009 closed 8 months ago

brutus009 commented 8 months ago

helo i try to make a static linking of libnpp , im blocked here : static libnpp missing file nppi.a any idea how to do that ?

slyfox1186 commented 8 months ago

OLD: My bet is on a VPN. Do you have access to that?

NEW: Read the original response wrong I think. The best thing I can think of is Google the error log and ask chatGPT.

slyfox1186 commented 8 months ago

Let me know if you make any progress. I will be working on the script over the next few days.

brutus009 commented 8 months ago

yes no need nppi.a you need to add the extra libs correctly : -lculibos -lcudart -lnppial -lnppicc -lnppidei -lnppif -lnppig -lnppim -lnppist -lnppisu -lnppitc -lnpps -lnppc

like this ffmpeg dont ask for nppi.a