diff options
Diffstat (limited to 'multimedia/totem/files/patch-src::bacon-video-widget-xine.c')
-rw-r--r-- | multimedia/totem/files/patch-src::bacon-video-widget-xine.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/multimedia/totem/files/patch-src::bacon-video-widget-xine.c b/multimedia/totem/files/patch-src::bacon-video-widget-xine.c deleted file mode 100644 index 903e5b2e2b3e..000000000000 --- a/multimedia/totem/files/patch-src::bacon-video-widget-xine.c +++ /dev/null @@ -1,15 +0,0 @@ ---- src/bacon-video-widget-xine.c.orig Wed Mar 9 18:03:18 2005 -+++ src/bacon-video-widget-xine.c Wed Mar 9 18:05:59 2005 -@@ -2504,10 +2504,8 @@ - - /* And we try and create symlinks from /usr/lib/win32 to - * the local user path */ -- totem_create_symlinks ("/usr/lib/win32", path); -- totem_create_symlinks ("/usr/lib/RealPlayer9/Codecs/", path); -- totem_create_symlinks ("/usr/lib/RealPlayer9/users/Real/Codecs/", path); -- totem_create_symlinks ("/usr/lib/RealPlayer8/Codecs", path); -+ totem_create_symlinks ("@LOCALBASE@/lib/win32", path); -+ totem_create_symlinks ("@LOCALBASE@/lib/RealPlayer/codecs", path); - - g_free (bvw->priv->codecs_path); - bvw->priv->codecs_path = g_strdup (path); |