megacoffee.net Gentoo overlay - legacy mirror
We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.
diff media-libs/blackmagic-desktop-video/files/9-8-strict-prototypes.patch @ 79:33ab6d742b71
media-libs/blackmagic-desktop-video: fixing compilation on recent kernels ("strict prototypes")
author | Daniel Neugebauer <dneuge@energiequant.de> |
---|---|
date | Sun, 19 Oct 2014 15:35:35 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/media-libs/blackmagic-desktop-video/files/9-8-strict-prototypes.patch Sun Oct 19 15:35:35 2014 +0200 @@ -0,0 +1,11 @@ +--- a/blackmagic-desktop-video-9.8/usr/src/desktopvideo-9.8a2/blackmagic_iml.h 2014-10-19 15:27:24.042563486 +0200 ++++ b/blackmagic-desktop-video-9.8/usr/src/desktopvideo-9.8a2/blackmagic_iml.h 2014-10-19 15:27:43.826053672 +0200 +@@ -42,7 +42,7 @@ + + /* Init and Startup */ + extern int blackmagic_ioctl_private(void *, void *, unsigned int, unsigned long); +-extern void *dl_alloc_driver(); ++extern void *dl_alloc_driver(void); + extern int dl_start_driver(void *, void *, unsigned int* flags); + extern void *dl_create_and_init_user_client(void *, void *); + extern void dl_release_user_client(void *);