diff options
author | Anton Fedchin <afedchin@ruswizards.com> | 2016-01-14 14:29:31 +0300 |
---|---|---|
committer | fritsch <Peter.Fruehberger@gmail.com> | 2016-03-31 10:50:59 +0200 |
commit | 524cca81c07baa56cf7b068a1ff5a85ee3219655 (patch) | |
tree | 5b1df0d3850176f4eed156e198860dc66bbd6795 /tools/buildsteps/win32 | |
parent | 3f6bbcb148c8a5f12fc36efc6847e5aa2310000f (diff) |
FFmpeg: windows bump
Diffstat (limited to 'tools/buildsteps/win32')
-rw-r--r-- | tools/buildsteps/win32/make-mingwlibs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildsteps/win32/make-mingwlibs.sh b/tools/buildsteps/win32/make-mingwlibs.sh index 075132eeaf..6c58b7d0c5 100644 --- a/tools/buildsteps/win32/make-mingwlibs.sh +++ b/tools/buildsteps/win32/make-mingwlibs.sh @@ -81,7 +81,7 @@ echo " building FFmpeg $BITS" echo "-------------------------------------------------" runBackgroundProcess "./buildffmpeg.sh $MAKECLEAN" setfilepath /xbmc/system/players/VideoPlayer -checkfiles avcodec-56.dll avformat-56.dll avutil-54.dll postproc-53.dll swscale-3.dll avfilter-5.dll swresample-1.dll +checkfiles avcodec-57.dll avformat-57.dll avutil-55.dll postproc-54.dll swscale-4.dll avfilter-6.dll swresample-2.dll echo "-------------------------------------------------" echo " building of FFmpeg $BITS done..." echo "-------------------------------------------------" |