aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps
diff options
context:
space:
mode:
authorxbmc <xbmc>2015-12-30 09:26:58 +0100
committerRainer Hochecker <fernetmenta@online.de>2016-01-05 23:08:01 +0100
commit5550b47330633a668eee0f5e7c0d4783b022b45c (patch)
treef82238e17638924a168c3a3d8deb8b8cf5944faa /tools/buildsteps
parentd22c829d67937e8d03fdac8f8b0bf2d1fa8fbf70 (diff)
drop libmpeg2 from mingw build
Diffstat (limited to 'tools/buildsteps')
-rw-r--r--tools/buildsteps/win32/make-mingwlibs.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/buildsteps/win32/make-mingwlibs.sh b/tools/buildsteps/win32/make-mingwlibs.sh
index 5a6f032f39..a61ddb7e8d 100644
--- a/tools/buildsteps/win32/make-mingwlibs.sh
+++ b/tools/buildsteps/win32/make-mingwlibs.sh
@@ -93,13 +93,6 @@ setfilepath /xbmc/system/players/VideoPlayer
checkfiles libdvdcss-2.dll libdvdnav.dll
echo "##### building of libdvd dlls done #####"
-echo "##### building libmpeg2 dlls #####"
-cd /xbmc/lib/libmpeg2/
-runBackgroundProcess "./make-xbmc-lib-win32.sh $MAKECLEAN"
-setfilepath /xbmc/system/players/VideoPlayer
-checkfiles libmpeg2-0.dll
-echo "##### building of libmpeg2 dlls done #####"
-
# wait for key press
if [ $NOPROMPT == 0 ]; then
echo press a key to close the window