From 417fa2ffecd42cf0cbd43fb16aff6456d6eca5ad Mon Sep 17 00:00:00 2001 From: bugmen0t <@> Date: Sat, 9 Nov 2013 01:21:53 +0000 Subject: configure: enable v4l2 input on freebsd --- configure | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 01159bcfb2..0618c05594 100755 --- a/configure +++ b/configure @@ -2936,6 +2936,8 @@ if test "$_tv_v4l2" = auto ; then _tv_v4l2=no if test "$_tv" = yes && linux ; then header_check_broken sys/time.h linux/videodev2.h && _tv_v4l2=yes + elif test "$_tv" = yes && freebsd ; then + header_check linux/videodev2.h && _tv_v4l2=yes elif test "$_tv" = yes && test "$sys_videoio_h" = "yes" ; then _tv_v4l2=yes fi @@ -2990,7 +2992,7 @@ echores "$_radio_capture" echocheck "Video 4 Linux 2 Radio interface" if test "$_radio_v4l2" = auto ; then _radio_v4l2=no - if test "$_radio" = yes && linux ; then + if test "$_radio" = yes && (linux || freebsd) ; then header_check linux/videodev2.h && _radio_v4l2=yes fi fi @@ -3009,7 +3011,7 @@ fi echocheck "Video 4 Linux 2 MPEG PVR interface" if test "$_pvr" = auto ; then _pvr=no - if test "$_tv_v4l2" = yes && linux ; then + if test "$_tv_v4l2" = yes ; then cat > $TMPC < #include -- cgit v1.2.3