Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 267595 Details for
Bug 359793
media-video/mvc fails to build with linux-headers-2.6.38
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
From kernel space to user space drivers.
mvc-0.8.7-libv4l1.patch (text/plain), 711 bytes, created by
Samuli Suominen (RETIRED)
on 2011-03-28 21:38:42 UTC
(
hide
)
Description:
From kernel space to user space drivers.
Filename:
MIME Type:
Creator:
Samuli Suominen (RETIRED)
Created:
2011-03-28 21:38:42 UTC
Size:
711 bytes
patch
obsolete
>diff -ur mvc-0.8.7.orig/depend.sh mvc-0.8.7/depend.sh >--- mvc-0.8.7.orig/depend.sh 2004-02-23 04:35:42.000000000 +0200 >+++ mvc-0.8.7/depend.sh 2011-03-29 00:37:16.000000000 +0300 >@@ -1,7 +1,7 @@ > #!/bin/sh > CC=${CC-gcc} > CFLAGS=${CFLAGS-'-O2'} >-LIBS='' >+LIBS='-lv4l1' > DEFS='' > > compile='rm -f conftest.o ; $CC $CFLAGS $TESTLIBS conftest.c -o conftest &> /dev/null' >diff -ur mvc-0.8.7.orig/mvc.c mvc-0.8.7/mvc.c >--- mvc-0.8.7.orig/mvc.c 2004-02-23 06:16:32.000000000 +0200 >+++ mvc-0.8.7/mvc.c 2011-03-29 00:37:06.000000000 +0300 >@@ -34,7 +34,7 @@ > #include <sys/ioctl.h> > #include <sys/mman.h> > #include <sys/wait.h> >-#include <linux/videodev.h> >+#include <libv4l1.h> > #include <jpeglib.h> > #include <png.h> >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 359793
:
266739
|
267595
|
268003