Skip to content

Commit

Permalink
[WIN32] build libdvd in the right directory
Browse files Browse the repository at this point in the history
  • Loading branch information
WiSo committed Jan 29, 2011
1 parent 47e71be commit c40cb47
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/libdvd/build-xbmc-win32.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#!/bin/sh

START_PATH=`pwd`
if [ $START_PATH != "/xbmc/lib/libdvd" ]
then
cd /xbmc/lib/libdvd
fi

#libdvdcss
cd libdvdcss
echo "***** Cleaning libdvdcss *****"
Expand Down Expand Up @@ -57,3 +63,5 @@ strip -S obj/libdvdnav.dll
cd ..
cp libdvdnav/obj/libdvdnav.dll /xbmc/system/players/dvdplayer/
echo "***** Done *****"

cd $START_PATH

0 comments on commit c40cb47

Please sign in to comment.