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

Collapse All | Expand All

(-)a/configure.ac (-1 / +1 lines)
Lines 159-165 case $host in Link Here
159
                  [have_video4linux=true
159
                  [have_video4linux=true
160
                   AC_DEFINE(HAVE_V4L, 1,
160
                   AC_DEFINE(HAVE_V4L, 1,
161
		             [Building for Linux - using the video4linux API])],
161
		             [Building for Linux - using the video4linux API])],
162
                  [AC_MSG_ERROR([videodev.h not found - please install the linux kernel headers])])
162
                  [AC_MSG_WARN([videodev.h not found - please install the linux kernel headers])])
163
   ;;
163
   ;;
164
esac
164
esac
165
AM_CONDITIONAL(HAVE_V4L, test x$have_video4linux = xtrue)
165
AM_CONDITIONAL(HAVE_V4L, test x$have_video4linux = xtrue)
(-)a/autogen.sh (-1 lines)
Lines 1-4 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
# Run this to generate all the initial makefiles, etc.
2
# Run this to generate all the initial makefiles, etc.
3
export ACLOCAL="aclocal -I missing_M4"
4
autoreconf -f -i
3
autoreconf -f -i

Return to bug 359491