[MPlayer-cvslog] r32429 - trunk/configure
diego
subversion at mplayerhq.hu
Sun Oct 3 16:49:30 CEST 2010
Author: diego
Date: Sun Oct 3 16:49:30 2010
New Revision: 32429
Log:
Remove some unnecessary #includes from IVTV and V4L2 checks.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Oct 3 15:49:57 2010 (r32428)
+++ trunk/configure Sun Oct 3 16:49:30 2010 (r32429)
@@ -5325,9 +5325,6 @@ echores "$_dxr3"
echocheck "IVTV TV-Out (pre linux-2.6.24)"
if test "$_ivtv" = auto ; then
cat > $TMPC << EOF
-#include <stdlib.h>
-#include <inttypes.h>
-#include <linux/types.h>
#include <linux/videodev2.h>
#include <linux/ivtv.h>
#include <sys/ioctl.h>
@@ -5356,9 +5353,6 @@ echores "$_ivtv"
echocheck "V4L2 MPEG Decoder"
if test "$_v4l2" = auto ; then
cat > $TMPC << EOF
-#include <stdlib.h>
-#include <inttypes.h>
-#include <linux/types.h>
#include <linux/videodev2.h>
#include <linux/version.h>
int main(void) {
More information about the MPlayer-cvslog
mailing list