Search
j0ke.net Open Build Service
>
Projects
>
multimedia
>
libxine1
> vdr-xine-SUSE.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File vdr-xine-SUSE.diff of Package libxine1 (Revision 44)
Currently displaying revision
44
,
show latest
The vdr plugin is patched to use /var/lib/vdr-xine for fifos and so needs the part here. Don't remove this patch. Signed-off-by: Ludwig Nussel <ludwig.nussel@suse.de> Index: xine-lib-1.1.9/src/vdr/input_vdr.c =================================================================== --- xine-lib-1.1.9.orig/src/vdr/input_vdr.c +++ xine-lib-1.1.9/src/vdr/input_vdr.c @@ -51,7 +51,7 @@ #define VDR_MAX_NUM_WINDOWS 16 -#define VDR_ABS_FIFO_DIR "/tmp/vdr-xine" +#define VDR_ABS_FIFO_DIR "/var/lib/vdr-xine" #define BUF_SIZE 1024