Skip to content

Commit ef10f9d

Browse files
committed
specify which defaults builds case I forget
1 parent 75ae618 commit ef10f9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cross_compile_ffmpeg.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)