File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1658,7 +1658,6 @@ build_libMXF() {
1658
1658
}
1659
1659
1660
1660
build_ffmpeg () {
1661
- build_ffmpeg_dependencies
1662
1661
local extra_postpend_configure_options=$2
1663
1662
local output_dir=$3
1664
1663
if [[ -z $output_dir ]]; then
@@ -2105,6 +2104,7 @@ if [[ $compiler_flavors == "multi" || $compiler_flavors == "win32" ]]; then
2105
2104
make_prefix_options=" CC=${cross_prefix} gcc AR=${cross_prefix} ar PREFIX=$mingw_w64_x86_64_prefix RANLIB=${cross_prefix} ranlib LD=${cross_prefix} ld STRIP=${cross_prefix} strip CXX=${cross_prefix} g++"
2106
2105
mkdir -p win32
2107
2106
cd win32
2107
+ build_ffmpeg_dependencies
2108
2108
build_apps
2109
2109
cd ..
2110
2110
fi
@@ -2122,6 +2122,7 @@ if [[ $compiler_flavors == "multi" || $compiler_flavors == "win64" ]]; then
2122
2122
make_prefix_options=" CC=${cross_prefix} gcc AR=${cross_prefix} ar PREFIX=$mingw_w64_x86_64_prefix RANLIB=${cross_prefix} ranlib LD=${cross_prefix} ld STRIP=${cross_prefix} strip CXX=${cross_prefix} g++"
2123
2123
mkdir -p win64
2124
2124
cd win64
2125
+ build_ffmpeg_dependencies
2125
2126
build_apps
2126
2127
cd ..
2127
2128
fi
You can’t perform that action at this time.
0 commit comments