From a6bff74c78e21d261139f86248cd1a04078773cf Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 27 Sep 2006 20:26:38 +0000 Subject: removed ivtv driver dependancy in favor of native V4L2 MPEG API (requires Linux 2.6.18 and above) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19998 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'configure') diff --git a/configure b/configure index e84d27f3dc..a9d3e0677c 100755 --- a/configure +++ b/configure @@ -222,7 +222,7 @@ Optional features: --disable-tv-v4l1 disable Video4Linux TV Interface support [autodetect] --disable-tv-v4l2 disable Video4Linux2 TV Interface support [autodetect] --disable-tv-bsdbt848 disable BSD BT848 Interface support [autodetect] - --disable-pvr disable Video4Linux2/IVTV PVR support [autodetect] + --disable-pvr disable Video4Linux2 MPEG PVR support [autodetect] --disable-rtc disable RTC (/dev/rtc) on Linux [autodetect] --disable-network disable network support (for: http/mms/rtp) [enable] --enable-winsock2 enable winsock2 usage [autodetect] @@ -6780,7 +6780,7 @@ if test "$_radio_v4l" = no && test "$_radio_v4l2" = no && test "$_radio" = yes ; die "Radio driver requires V4L or V4L2!" fi -echocheck "Video 4 Linux 2/IVTV PVR interface" +echocheck "Video 4 Linux 2 MPEG PVR interface" if test "$_pvr" = auto ; then _pvr=no if test "$_tv_v4l2" = yes && linux ; then @@ -6789,8 +6789,7 @@ if test "$_pvr" = auto ; then #include #include #include -#include -int main(void) { return 0; } +int main(void) { struct v4l2_ext_controls ext; return 0; } EOF cc_check && _pvr=yes fi @@ -8036,7 +8035,7 @@ $_def_radio_v4l /* Enable Video 4 Linux 2 Radio interface support */ $_def_radio_v4l2 -/* Enable Video 4 Linux 2/IVTV PVR support */ +/* Enable Video 4 Linux 2 MPEG PVR support */ $_def_pvr /* Define if your processor stores words with the most significant -- cgit v1.2.3