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
Copy file name to clipboardExpand all lines: cross_compile_ffmpeg.sh
+2-8
Original file line number
Diff line number
Diff line change
@@ -2086,9 +2086,6 @@ build_ffmpeg() {
2086
2086
if [[ "$non_free"="y" ]];then
2087
2087
output_dir+="_with_fdk_aac"
2088
2088
fi
2089
-
if [[ $high_bitdepth=="y" ]];then
2090
-
output_dir+="_x26x_high_bitdepth"
2091
-
fi
2092
2089
if [[ $build_intel_qsv=="n" ]];then
2093
2090
output_dir+="_xp_compat"
2094
2091
fi
@@ -2536,7 +2533,6 @@ while true; do
2536
2533
--git-get-latest=y [do a git pull for latest code from repositories like FFmpeg--can force a rebuild if changes are detected]
2537
2534
--build-x264-with-libav=n build x264.exe with bundled/included "libav" ffmpeg libraries within it
2538
2535
--prefer-stable=y build a few libraries from releases instead of git master
2539
-
--high-bitdepth=n Enable high bit depth for x264 (10 bits) and x265 (10 and 12 bits, x64 build. Not officially supported on x86 (win32), but enabled by disabling its assembly).
2540
2536
--debug Make this script print out each line as it executes
2541
2537
--enable-gpl=[y] set to n to do an lgpl build
2542
2538
--build-dependencies=y [builds the ffmpeg dependencies. Disable it when the dependencies was built once and can greatly reduce build time. ]
0 commit comments