diff options
author | Anton Fedchin <anightik@gmail.com> | 2016-05-12 15:29:23 +0300 |
---|---|---|
committer | Anton Fedchin <anightik@gmail.com> | 2016-09-21 10:59:56 +0300 |
commit | 506be167c180d9a7be1aeff499bada661a1d74ca (patch) | |
tree | 9e0f517bc691ddca14975092d6a7809cafc2a707 /tools | |
parent | 58b160cb8f67fde77d934aa963ed4eb8de21829a (diff) |
[buildsteps] win32: ffmpeg: fixed possible build hang if ffmpeg build failed.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/buildsteps/win32/buildffmpeg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildsteps/win32/buildffmpeg.sh b/tools/buildsteps/win32/buildffmpeg.sh index 7caecb6a77..3eb683eae6 100644 --- a/tools/buildsteps/win32/buildffmpeg.sh +++ b/tools/buildsteps/win32/buildffmpeg.sh @@ -148,7 +148,7 @@ do_print_status "$LIBNAME-$VERSION (${BITS})" "$blue_color" "Configuring" --extra-cflags="$extra_cflags" --extra-ldflags="$extra_ldflags" do_makelib && -cp $FFMPEGDESTDIR/bin/*.dll /xbmc/system/ && +cp $FFMPEGDESTDIR/bin/*.dll /xbmc/system/ #remove the bgprocessfile for signaling the process end if [ -f $BGPROCESSFILE ]; then |