You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--gcc-cpu-count=1 [number of cpu cores set it higher than 1 if you have multiple cores and > 1GB RAM, this speeds up cross compiler build. FFmpeg build uses number of cores regardless.]
1300
+
--gcc-cpu-count=number_of_cores_on_box [number of cpu cores set it higher than 1 if you have multiple cores and > 1GB RAM, this speeds up cross compiler build. FFmpeg build uses number of cores no matter what]
1301
1301
--disable-nonfree=y (set to n to include nonfree like libfdk-aac)
1302
1302
--sandbox-ok=n [skip sandbox prompt if y]
1303
1303
--rebuild-compilers=y (prompts you which compilers to build, even if you already have some)
@@ -1332,8 +1332,8 @@ while true; do
1332
1332
export CFLAGS="${1#*=}"; original_cflags="${1#*=}";echo"setting cflags as $original_cflags";shift ;;
0 commit comments