aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRainer Hochecker <fernetmenta@online.de>2015-01-07 11:21:36 +0100
committerRainer Hochecker <fernetmenta@online.de>2015-03-19 16:04:20 +0100
commit0333bf47a7fb9160a598c8ea32afd21f1947d6d9 (patch)
tree0a27df5f0c1b21e359406dde10a56440906914c5 /tools
parent6b44f2e11af0884a5bb10b2430f15a6007fe7d39 (diff)
paplayer: drop remaining codecs, only use ffmpeg
Diffstat (limited to 'tools')
-rw-r--r--tools/buildsteps/win32/make-mingwlibs.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/tools/buildsteps/win32/make-mingwlibs.sh b/tools/buildsteps/win32/make-mingwlibs.sh
index 417a69522e..c78f73e670 100644
--- a/tools/buildsteps/win32/make-mingwlibs.sh
+++ b/tools/buildsteps/win32/make-mingwlibs.sh
@@ -100,23 +100,6 @@ setfilepath /xbmc/system/players/dvdplayer
checkfiles libmpeg2-0.dll
echo "##### building of libmpeg2 dlls done #####"
-echo "##### building timidity dlls #####"
-cd /xbmc/lib/timidity/
-if [ "$MAKECLEAN" == "clean" ]; then
- make -f Makefile.win32 clean
-fi
-make -f Makefile.win32 $MAKEFLAGS
-setfilepath /xbmc/system/players/paplayer
-checkfiles timidity.dll
-echo "##### building of timidity dlls done #####"
-
-echo "##### building asap dlls #####"
-cd /xbmc/lib/asap/win32
-runBackgroundProcess "./build_xbmc_win32.sh $MAKECLEAN"
-setfilepath /xbmc/system/players/paplayer
-checkfiles xbmc_asap.dll
-echo "##### building of asap dlls done #####"
-
# wait for key press
if [ $NOPROMPT == 0 ]; then
echo press a key to close the window