parent
30399bbcb6
commit
e4fb5a5dfa
@ -0,0 +1,2 @@
|
||||
live.2008.07.25.tar.gz
|
||||
vlc-snapshot-20080802.tar.bz2
|
@ -0,0 +1,2 @@
|
||||
32e7bd2fdb04d0b05462b24d42409ec7 live.2008.07.25.tar.gz
|
||||
d8884f1b2db22a01e81ff53edef1b063 vlc-snapshot-20080802.tar.bz2
|
@ -0,0 +1,12 @@
|
||||
diff -up vlc-0.9.0-test3/modules/video_filter/opencv_wrapper.c.fix vlc-0.9.0-test3/modules/video_filter/opencv_wrapper.c
|
||||
--- vlc-0.9.0-test3/modules/video_filter/opencv_wrapper.c.fix 2008-08-02 12:36:38.000000000 +0200
|
||||
+++ vlc-0.9.0-test3/modules/video_filter/opencv_wrapper.c 2008-08-02 12:36:48.000000000 +0200
|
||||
@@ -395,7 +395,7 @@ static void End( vout_thread_t *p_vout )
|
||||
p_vout->p_sys->p_opencv = NULL;
|
||||
}
|
||||
|
||||
- vout_CloseAndRelease( p_vout->p_sys->p_vout )
|
||||
+ vout_CloseAndRelease( p_vout->p_sys->p_vout );
|
||||
}
|
||||
|
||||
/*****************************************************************************
|
@ -0,0 +1,12 @@
|
||||
diff -up vlc-0.9.0-svn/modules/misc/freetype.c.default_font vlc-0.9.0-svn/modules/misc/freetype.c
|
||||
--- vlc-0.9.0-svn/modules/misc/freetype.c.default_font 2007-11-21 22:58:06.000000000 +0100
|
||||
+++ vlc-0.9.0-svn/modules/misc/freetype.c 2007-11-21 23:00:54.000000000 +0100
|
||||
@@ -61,7 +61,7 @@
|
||||
#define DEFAULT_FONT "" /* Default font found at run-time */
|
||||
#define FC_DEFAULT_FONT "Arial"
|
||||
#else
|
||||
-#define DEFAULT_FONT "/usr/share/fonts/truetype/freefont/FreeSerifBold.ttf"
|
||||
+#define DEFAULT_FONT "/usr/share/fonts/dejavu/DejaVuSerif-Bold.ttf"
|
||||
#define FC_DEFAULT_FONT "Serif Bold"
|
||||
#endif
|
||||
|
Loading…
Reference in new issue