Search
j0ke.net Open Build Service
>
Projects
>
multimedia
:
SL11
>
MPlayer
> MPlayer-pci_linux_gnu_source.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File MPlayer-pci_linux_gnu_source.patch of Package MPlayer
--- vidix/sysdep/pci_linux.c.orig 2010-06-27 16:47:50.000000000 +0200 +++ vidix/sysdep/pci_linux.c 2010-08-06 21:13:50.000000000 +0200 @@ -26,6 +26,7 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#define _GNU_SOURCE #include <errno.h> #if ARCH_X86 //#include <sys/perm.h> doesn't exist on libc5 systems --- vidix/pci.c.orig 2010-06-29 18:30:28.000000000 +0200 +++ vidix/pci.c 2010-08-06 21:13:50.000000000 +0200 @@ -51,6 +51,7 @@ * */ +#define _GNU_SOURCE #include "dha.h" #include "config.h" #include <errno.h>