diff options
author | Anton Fedchin <afedchin@ruswizards.com> | 2016-02-13 21:09:09 +0300 |
---|---|---|
committer | Anton Fedchin <afedchin@ruswizards.com> | 2016-02-23 22:22:16 +0300 |
commit | 869c798b346f05388a838a0f8bbfc01c2b044b66 (patch) | |
tree | 0f6e7eab0d846e7b447b4f9865191dec74e7d659 /tools/buildsteps/win32/make-mingwlibs.sh | |
parent | 4a3fa567894eea1f676098e25c550e0f4cde1352 (diff) |
[win32] Build libdvd libs from Kodi repos.
Diffstat (limited to 'tools/buildsteps/win32/make-mingwlibs.sh')
-rw-r--r-- | tools/buildsteps/win32/make-mingwlibs.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/buildsteps/win32/make-mingwlibs.sh b/tools/buildsteps/win32/make-mingwlibs.sh index f48d5dd1ea..075132eeaf 100644 --- a/tools/buildsteps/win32/make-mingwlibs.sh +++ b/tools/buildsteps/win32/make-mingwlibs.sh @@ -62,7 +62,7 @@ runBackgroundProcess() { buildProcess() { -cd $LOCALBUILDDIR +cd /xbmc/tools/buildsteps/win32 # compile our mingw dlls echo "-------------------------------------------------------------------------------" @@ -79,7 +79,6 @@ echo -ne "\033]0;building FFmpeg $BITS\007" echo "-------------------------------------------------" echo " building FFmpeg $BITS" echo "-------------------------------------------------" -cd /xbmc/tools/buildsteps/win32 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 @@ -91,8 +90,7 @@ echo -ne "\033]0;building libdvd $BITS\007" echo "-------------------------------------------------" echo " building libdvd $BITS" echo "-------------------------------------------------" -cd /xbmc/lib/libdvd/ -runBackgroundProcess "./build-xbmc-win32.sh $MAKECLEAN" +runBackgroundProcess "./buildlibdvd.sh $MAKECLEAN" setfilepath /xbmc/system/players/VideoPlayer checkfiles libdvdcss-2.dll libdvdnav.dll echo "-------------------------------------------------" |