[vlc-commits] fixed fontconfig cache creation

Felix Paul Kühne git at videolan.org
Sun Jan 23 20:57:46 CET 2011


vlc/vlc-1.1 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Jan 23 20:57:30 2011 +0100| [63ffac517ac456b70843283dcecd485ecf4fb769] | committer: Felix Paul Kühne

fixed fontconfig cache creation

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=63ffac517ac456b70843283dcecd485ecf4fb769
---

 NEWS                    |    3 ++-
 extras/contrib/Makefile |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index a2c1166..f67850b 100644
--- a/NEWS
+++ b/NEWS
@@ -25,12 +25,13 @@ Demuxers:
 Subtitles and renderer:
  * Do not auto-detect .txt files for subtitles
  * Mark more freetype options as safe
+ * Mac OS X: fixed fontconfig cache creation
 
 Visualization:
  * Fix projectM visualization for Linux in all locales
  * Fix projectM visualization support for Windows
  * Various projectM improvements: the module should be working now
- * Fix goom crash on Windows XP and MacOS
+ * Fix goom crash on Windows XP and Mac OS X
 
 Interfaces:
  * Qt4: fixes for media keys processing and MCE remotes
diff --git a/extras/contrib/Makefile b/extras/contrib/Makefile
index fd63aeb..86b8941 100644
--- a/extras/contrib/Makefile
+++ b/extras/contrib/Makefile
@@ -47,7 +47,7 @@ src: using-src
 
 ifdef HAVE_DARWIN_OS
 
-CONTRIBREV=39
+CONTRIBREV=40
 
 contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2:
 	$(WGET) http://downloads.videolan.org/pub/videolan/testing/contrib/$@



More information about the vlc-commits mailing list