From 0333bf47a7fb9160a598c8ea32afd21f1947d6d9 Mon Sep 17 00:00:00 2001 From: Rainer Hochecker Date: Wed, 7 Jan 2015 11:21:36 +0100 Subject: paplayer: drop remaining codecs, only use ffmpeg --- tools/buildsteps/win32/make-mingwlibs.sh | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'tools') 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 -- cgit v1.2.3