[MPlayer-cvslog] r29855 - trunk/configure

reimar subversion at mplayerhq.hu
Sun Nov 8 16:41:40 CET 2009


Author: reimar
Date: Sun Nov  8 16:41:40 2009
New Revision: 29855

Log:
Remove a pointless undeclared function reference, #error is assumed
to be enough to fail cc_check all over the place already.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Nov  8 16:39:54 2009	(r29854)
+++ trunk/configure	Sun Nov  8 16:41:40 2009	(r29855)
@@ -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;


More information about the MPlayer-cvslog mailing list