From 4c3dc1b10ba728b2f5f9cae43ad29c02a91157e6 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 8 Nov 2009 15:41:40 +0000 Subject: 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 --- configure | 1 - 1 file changed, 1 deletion(-) (limited to 'configure') 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; -- cgit v1.2.3