Search
j0ke.net Open Build Service
>
Projects
>
multimedia
:
SL11
>
MPlayer
> MPlayer-decl.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File MPlayer-decl.patch of Package MPlayer
--- libdvdcss/libdvdcss.c +++ libdvdcss/libdvdcss.c @@ -135,6 +135,8 @@ #include "ioctl.h" #include "device.h" +extern char *get_path(char *); + /** * \brief Symbol for version checks. * --- libvo/vo_xv.c +++ libvo/vo_xv.c @@ -492,10 +492,9 @@ } if (Shmem_Flag) { - xvimage[foo] = - (XvImage *) XvShmCreateImage(mDisplay, xv_port, xv_format, - NULL, image_width, image_height, - &Shminfo[foo]); + xvimage[foo] = XvShmCreateImage(mDisplay, xv_port, xv_format, + NULL, image_width, image_height, + &Shminfo[foo]); Shminfo[foo].shmid = shmget(IPC_PRIVATE, xvimage[foo]->data_size, IPC_CREAT | 0777);