File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2860,7 +2860,7 @@ while true; do
28602860 --disable-nonfree=y (set to n to include nonfree like libfdk-aac,decklink)
28612861 --build-intel-qsv=y (set to y to include the [non windows xp compat.] qsv library and ffmpeg module. NB this not not hevc_qsv...
28622862 --sandbox-ok=n [skip sandbox prompt if y]
2863- -d [meaning \" defaults\" skip all prompts, just build ffmpeg static with some reasonable defaults like no git updates]
2863+ -d [meaning \" defaults\" skip all prompts, just build ffmpeg static 64 bit with some defaults for speed like no git updates]
28642864 --build-libmxf=n [builds libMXF, libMXF++, writeavidmxfi.exe and writeaviddv50.exe from the BBC-Ingex project]
28652865 --build-mp4box=n [builds MP4Box.exe from the gpac project]
28662866 --build-mplayer=n [builds mplayer.exe and mencoder.exe]
@@ -2908,7 +2908,7 @@ while true; do
29082908 sandbox_ok=y; build_amd_amf=y; build_intel_qsv=y; build_dvbtee=y; build_x264_with_libav=y; shift ;;
29092909 --build-svt-hevc=* ) build_svt_hevc=" ${1#* =} " ; shift ;;
29102910 --build-svt-vp9=* ) build_svt_vp9=" ${1#* =} " ; shift ;;
2911- -d ) gcc_cpu_count=$cpu_count ; disable_nonfree=" y" ; sandbox_ok=" y" ; compiler_flavors=" win64" ; git_get_latest=" n" ; shift ;;
2911+ -d ) echo " defaults: doing 64 bit only, fast " ; gcc_cpu_count=$cpu_count ; disable_nonfree=" y" ; sandbox_ok=" y" ; compiler_flavors=" win64" ; git_get_latest=" n" ; shift ;;
29122912 --compiler-flavors=* )
29132913 compiler_flavors=" ${1#* =} " ;
29142914 if [[ $compiler_flavors == " native" && $OSTYPE == darwin* ]]; then
You can’t perform that action at this time.
0 commit comments