diff options
author | Sébastien Brochet <blinkseb@xbmc.org> | 2011-09-25 15:07:23 +0200 |
---|---|---|
committer | Sébastien Brochet <blinkseb@xbmc.org> | 2011-09-25 15:07:23 +0200 |
commit | ec8ea8e0800c12091af580474f8a3bf2ac0c7464 (patch) | |
tree | 0ce0c240bc3aaa8bcf7845d6c7dbce3892142f8a /project | |
parent | 2ed92e919ec6d88e7b9ef9e3b978657007488f2b (diff) |
[WIN32] changed: updated freetype dll to v2.4.6 for fontconfig
Diffstat (limited to 'project')
-rw-r--r-- | project/BuildDependencies/scripts/fontconfig_d.bat | 2 | ||||
-rw-r--r-- | project/BuildDependencies/scripts/fontconfig_d.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/project/BuildDependencies/scripts/fontconfig_d.bat b/project/BuildDependencies/scripts/fontconfig_d.bat index 8f9387f839..51c1e440ce 100644 --- a/project/BuildDependencies/scripts/fontconfig_d.bat +++ b/project/BuildDependencies/scripts/fontconfig_d.bat @@ -11,6 +11,6 @@ xcopy include\fontconfig "%CUR_PATH%\include\fontconfig" /E /Q /I /Y copy lib\fontconfig.lib "%CUR_PATH%\lib\" /Y rem libfontconfig-1.dll requires libexpat-1.dll which is copied by libexpat_d.bat copy bin\libfontconfig-1.dll "%XBMC_PATH%\system\players\dvdplayer\" -copy bin\freetype6.dll "%XBMC_PATH%\system\players\dvdplayer\" +copy freetype-2.4.6-1-win32\bin\freetype6.dll "%XBMC_PATH%\system\players\dvdplayer\" cd %LOC_PATH% diff --git a/project/BuildDependencies/scripts/fontconfig_d.txt b/project/BuildDependencies/scripts/fontconfig_d.txt index 086b429192..bf22b3e189 100644 --- a/project/BuildDependencies/scripts/fontconfig_d.txt +++ b/project/BuildDependencies/scripts/fontconfig_d.txt @@ -1,4 +1,4 @@ ; filename mirror source of the file fontconfig-dev_2.8.0-2_win32.zip http://mirrors.xbmc.org/build-deps/win32/ http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies fontconfig_2.8.0-2_win32.zip http://mirrors.xbmc.org/build-deps/win32/ http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies -freetype_2.4.4-1_win32.zip http://mirrors.xbmc.org/build-deps/win32/ http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies +freetype-2.4.6-1-win32.zip http://mirrors.xbmc.org/build-deps/win32/ http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies |