Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 359793 | Differences between
and this patch

Collapse All | Expand All

(-)mvc-0.8.7.orig/depend.sh (-1 / +1 lines)
Lines 1-7 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
CC=${CC-gcc}
2
CC=${CC-gcc}
3
CFLAGS=${CFLAGS-'-O2'}
3
CFLAGS=${CFLAGS-'-O2'}
4
LIBS=''
4
LIBS='-lv4l1'
5
DEFS=''
5
DEFS=''
6
6
7
compile='rm -f conftest.o ; $CC $CFLAGS $TESTLIBS conftest.c -o conftest &> /dev/null'
7
compile='rm -f conftest.o ; $CC $CFLAGS $TESTLIBS conftest.c -o conftest &> /dev/null'
(-)mvc-0.8.7.orig/mvc.c (-1 / +1 lines)
Lines 34-40 Link Here
34
#include <sys/ioctl.h>
34
#include <sys/ioctl.h>
35
#include <sys/mman.h>
35
#include <sys/mman.h>
36
#include <sys/wait.h>
36
#include <sys/wait.h>
37
#include <linux/videodev.h>
37
#include <libv4l1.h>
38
#include <jpeglib.h>
38
#include <jpeglib.h>
39
#include <png.h>
39
#include <png.h>
40
40

Return to bug 359793