]> git.pld-linux.org Git - packages/totem.git/blob - totem-codecs_path.patch
- release 2 (xulrunner 1.8.1.7)
[packages/totem.git] / totem-codecs_path.patch
1 diff -aurN totem-1.4.3.orig/src/backend/bacon-video-widget-xine.c totem-1.4.3/src/backend/bacon-video-widget-xine.c
2 --- totem-1.4.3.orig/src/backend/bacon-video-widget-xine.c      2006-07-06 20:50:53.000000000 +0200
3 +++ totem-1.4.3/src/backend/bacon-video-widget-xine.c   2006-07-24 10:17:20.981946640 +0200
4 @@ -2767,10 +2767,7 @@
5  
6         /* And we try and create symlinks from /usr/lib/win32 to
7          * the local user path */
8 -       totem_create_symlinks ("/usr/lib/win32", path);
9 -       totem_create_symlinks ("/usr/lib/RealPlayer9/Codecs/", path);
10 -       totem_create_symlinks ("/usr/lib/RealPlayer9/users/Real/Codecs/", path);
11 -       totem_create_symlinks ("/usr/lib/RealPlayer8/Codecs", path);
12 +       totem_create_symlinks ("/usr/lib/codecs", path);
13  
14         g_free (bvw->priv->codecs_path);
15         bvw->priv->codecs_path = g_strdup (path);
This page took 0.044952 seconds and 3 git commands to generate.