summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-27 20:26:38 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-27 20:26:38 +0000
commita6bff74c78e21d261139f86248cd1a04078773cf (patch)
tree4a10fa76cd01cc36c4e87ba5a60314d830cf9206 /configure
parente0407865e6e83d6e6fc8edbdec144e0085bdaecb (diff)
downloadmpv-a6bff74c78e21d261139f86248cd1a04078773cf.tar.bz2
mpv-a6bff74c78e21d261139f86248cd1a04078773cf.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 4 insertions, 5 deletions
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 <inttypes.h>
#include <linux/types.h>
#include <linux/videodev2.h>
-#include <linux/ivtv.h>
-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