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
50 stars 10 forks source link

Nettle version 3.10 will not build with CFLAGS #42

Closed g33kphr33k closed 1 month ago

g33kphr33k commented 2 months ago

With the CPPFLAGS set, Nettle build simply bombs out stating it does not know the -pipe flag.

OS = Debian 12

slyfox1186 commented 1 month ago

I removed the -pipe option from Nettle.