File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -1836,6 +1836,7 @@ find_all_build_exes() {
1836
1836
}
1837
1837
1838
1838
build_ffmpeg_dependencies () {
1839
+ echo " Building ffmpeg dependency libraries..."
1839
1840
build_dlfcn
1840
1841
build_bzip2 # Bzlib (bzip2) in FFmpeg is autodetected.
1841
1842
build_liblzma # Lzma in FFmpeg is autodetected. Uses dlfcn.
@@ -2050,9 +2051,10 @@ while true; do
2050
2051
--build-dvbtee=* ) build_dvbtee=" ${1#* =} " ; shift ;;
2051
2052
--disable-nonfree=* ) disable_nonfree=" ${1#* =} " ; shift ;;
2052
2053
# this doesn't actually "build all", like doesn't build 10 high-bit LGPL ffmpeg, but it does exercise the "non default" type build options...
2053
- -a ) compiler_flavors=" multi" ; build_mplayer=y; build_libmxf=y; build_mp4box=y; build_vlc=y; build_lsw=y; high_bitdepth=y;
2054
- build_ffmpeg_static=y; build_ffmpeg_shared=y; build_lws=y;
2055
- disable_nonfree=n; git_get_latest=y; sandbox_ok=y; build_amd_amf=y; build_intel_qsv=y; build_dvbtee=y; build_x264_with_libav=y; shift ;;
2054
+ -a ) compiler_flavors=" multi" ; build_mplayer=y; build_libmxf=y; build_mp4box=y; build_vlc=y; build_lsw=y;
2055
+ high_bitdepth=y; build_ffmpeg_static=y; build_ffmpeg_shared=y; build_lws=y;
2056
+ disable_nonfree=n; git_get_latest=y; sandbox_ok=y; build_amd_amf=y; build_intel_qsv=y;
2057
+ build_dvbtee=y; build_x264_with_libav=y; shift ;;
2056
2058
-d ) gcc_cpu_count=$cpu_count ; disable_nonfree=" y" ; sandbox_ok=" y" ; compiler_flavors=" win32" ; git_get_latest=" n" ; shift ;;
2057
2059
--compiler-flavors=* ) compiler_flavors=" ${1#* =} " ; shift ;;
2058
2060
--build-ffmpeg-static=* ) build_ffmpeg_static=" ${1#* =} " ; shift ;;
You can’t perform that action at this time.
0 commit comments