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
+3-3
Original file line number
Diff line number
Diff line change
@@ -904,9 +904,9 @@ build_sdl() {
904
904
cd temp # so paths will work out right
905
905
local prefix=$(basename $cross_prefix)
906
906
local bin_dir=$(dirname $cross_prefix)
907
-
sed -i "s/-mwindows//""$mingw_w64_x86_64_prefix/bin/sdl-config"# allow ffmpeg to output anything
908
-
sed -i "s/-mwindows//""$PKG_CONFIG_PATH/sdl.pc"
909
-
cp "$mingw_w64_x86_64_prefix/bin/sdl-config""$bin_dir/${prefix}sdl-config"# this is the only one in the PATH so use it for now
907
+
sed -i "s/-mwindows//""$PKG_CONFIG_PATH/sdl.pc"# allow ffmpeg to output anything to console :|
908
+
sed -i "s/-mwindows//""$mingw_w64_x86_64_prefix/bin/sdl-config"# update this one too for good measure, in case something else uses it
909
+
cp "$mingw_w64_x86_64_prefix/bin/sdl-config""$bin_dir/${prefix}sdl-config"# this is the only one in the PATH so use it for now [though FFmpeg doesn't use it?]
0 commit comments