Skip to content

Commit 3d1cd6c

Browse files
committed
remove, had some recursion in there, remove for now
1 parent b5cbcd3 commit 3d1cd6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cross_compile_ffmpeg.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1658,7 +1658,6 @@ build_libMXF() {
16581658
}
16591659

16601660
build_ffmpeg() {
1661-
build_ffmpeg_dependencies
16621661
local extra_postpend_configure_options=$2
16631662
local output_dir=$3
16641663
if [[ -z $output_dir ]]; then
@@ -2105,6 +2104,7 @@ if [[ $compiler_flavors == "multi" || $compiler_flavors == "win32" ]]; then
21052104
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++"
21062105
mkdir -p win32
21072106
cd win32
2107+
build_ffmpeg_dependencies
21082108
build_apps
21092109
cd ..
21102110
fi
@@ -2122,6 +2122,7 @@ if [[ $compiler_flavors == "multi" || $compiler_flavors == "win64" ]]; then
21222122
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++"
21232123
mkdir -p win64
21242124
cd win64
2125+
build_ffmpeg_dependencies
21252126
build_apps
21262127
cd ..
21272128
fi

0 commit comments

Comments
 (0)