summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-08 15:41:40 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-08 15:41:40 +0000
commit4c3dc1b10ba728b2f5f9cae43ad29c02a91157e6 (patch)
tree6f270eae88186c05bb07fac81a0ccb47f3d4fbf0 /configure
parent2ccdd44e844e82d42934265ed8f51de1df787c2f (diff)
downloadmpv-4c3dc1b10ba728b2f5f9cae43ad29c02a91157e6.tar.bz2
mpv-4c3dc1b10ba728b2f5f9cae43ad29c02a91157e6.tar.xz
Remove a pointless undeclared function reference, #error is assumed
to be enough to fail cc_check all over the place already. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29855 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index c17ff27d0f..cc960c7dd9 100755
--- a/configure
+++ b/configure
@@ -5375,7 +5375,6 @@ if test "$_v4l2" = auto ; then
int main(void) {
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,22)
#error kernel headers too old, need 2.6.22
- bad_kernel_version();
#endif
struct v4l2_ext_controls ctrls;
ctrls.ctrl_class = V4L2_CTRL_CLASS_MPEG;