[vlc-devel] commit: remove unused patch (Christophe Mutricy )
git version control
git at videolan.org
Tue Aug 26 23:06:36 CEST 2008
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Tue Aug 26 22:09:09 2008 +0100| [b08b569203e1789fdec40e943ac57fbbf16a52a9] | committer: Christophe Mutricy
remove unused patch
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b08b569203e1789fdec40e943ac57fbbf16a52a9
---
extras/contrib/src/Patches/libass-h-char-fix.patch | 13 -------------
1 files changed, 0 insertions(+), 13 deletions(-)
diff --git a/extras/contrib/src/Patches/libass-h-char-fix.patch b/extras/contrib/src/Patches/libass-h-char-fix.patch
deleted file mode 100644
index 8c89406..0000000
--- a/extras/contrib/src/Patches/libass-h-char-fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: libass/ass_render.c
-===================================================================
---- libass/ass_render.c (revision 15)
-+++ libass/ass_render.c (working copy)
-@@ -1071,7 +1071,7 @@
- p += 2;
- *str = p;
- return '\n';
-- } else if (*(p+1) == 'n') {
-+ } else if ((*(p+1) == 'n') || (*(p+1) == 'h')) {
- p += 2;
- *str = p;
- return ' ';
More information about the vlc-devel
mailing list