Skip to content

Commit

Permalink
[WIN32] updated libluray to 0.2.2. New packaging format. Will make it…
Browse files Browse the repository at this point in the history
… easier if we might get another depdownloader someday.
  • Loading branch information
WiSo committed Apr 11, 2012
1 parent 8d0d0b3 commit 3624eee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/BuildDependencies/scripts/libbluray_d.bat
Expand Up @@ -7,7 +7,7 @@ CALL dlextract.bat libbluray %FILES%

cd %TMP_PATH%

xcopy libbluray-0.2.1-win32\include\libbluray "%CUR_PATH%\include\libbluray" /E /Q /I /Y
copy libbluray-0.2.1-win32\bin\libbluray.dll "%XBMC_PATH%\system\players\dvdplayer\" /Y
xcopy libbluray-0.2.2-win32\project\BuildDependencies\include\libbluray "%CUR_PATH%\include\libbluray" /E /Q /I /Y
copy libbluray-0.2.2-win32\system\players\dvdplayer\libbluray.dll "%XBMC_PATH%\system\players\dvdplayer\" /Y

cd %LOC_PATH%
2 changes: 1 addition & 1 deletion project/BuildDependencies/scripts/libbluray_d.txt
@@ -1,2 +1,2 @@
; filename source of the file
libbluray-0.2.1-win32.7z http://mirrors.xbmc.org/build-deps/win32/
libbluray-0.2.2-win32.7z http://mirrors.xbmc.org/build-deps/win32/

1 comment on commit 3624eee

@Mutronics
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.