[MPlayer-dev-eng] [BUG] configure
Ponekker Zoltan
pontscho at kac.poliod.hu
Fri Jul 12 02:43:27 CEST 2002
Hali
Checking for Video 4 Linux TV interface ... ./configure: test: too many arguments yes
// --- configure
echocheck "Video 4 Linux TV interface"
if test "$_tv_v4l" = auto ; then
_tv_v4l=no
if test "$_tv" = yes && linux ; then
if test -c /dev/video? || test -c /dev/video ; then
~~~~~~~~~~~ this ...
cat > $TMPC <<EOF
#include <stdlib.h>
#include <linux/videodev.h>
int main(void) { return 0; }
EOF
cc_check && _tv_v4l=yes
fi
fi
fi
if test "$_tv_v4l" = yes ; then
_def_tv_v4l='#define HAVE_TV_V4L 1'
_inputmodules="tv-v4l $_inputmodules"
else
_noinputmodules="tv-v4l $_noinputmodules"
_def_tv_v4l='#undef HAVE_TV_V4L'
fi
echores "$_tv_v4l"
// ---
Please fix this.
Pontscho
More information about the MPlayer-dev-eng
mailing list