[Ffmpeg-cvslog] r7984 - in trunk: configure libavformat/Makefile

mru subversion
Wed Feb 14 23:12:49 CET 2007


Author: mru
Date: Wed Feb 14 23:12:49 2007
New Revision: 7984

Modified:
   trunk/configure
   trunk/libavformat/Makefile

Log:
rename video4linux[2] variables to v4l[2], consistent with --disable options


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Wed Feb 14 23:12:49 2007
@@ -507,8 +507,8 @@
     protocols
     swscaler
     vhook
-    video4linux
-    video4linux2
+    v4l
+    v4l2
     wince
     x11grab
     x264
@@ -618,8 +618,8 @@
 rtp_muxer_deps="network"
 rtsp_demuxer_deps="network"
 sdp_demuxer_deps="network"
-v4l2_demuxer_deps="video4linux2"
-video_grab_device_demuxer_deps_any="video4linux bktr"
+v4l2_demuxer_deps="v4l2"
+video_grab_device_demuxer_deps_any="v4l bktr"
 x11_grab_device_demuxer_deps="x11grab"
 
 ffplay_deps="sdl"
@@ -745,8 +745,8 @@
 audio_oss="yes"
 bktr="yes"
 dv1394="yes"
-video4linux2="yes"
-video4linux="yes"
+v4l2="yes"
+v4l="yes"
 
 # libraries
 amr_if2="no"
@@ -1030,10 +1030,6 @@
   ;;
   --cpu=*) cpu="$optval"
   ;;
-  --disable-v4l) video4linux="no"
-  ;;
-  --disable-v4l2) video4linux2="no"
-  ;;
   --enable-mingwce) wince="yes"
   ;;
   --disable-opts) optimize="no"
@@ -1643,8 +1639,8 @@
 }
 EOF
 
-enabled video4linux  && check_header linux/videodev.h  || disable video4linux
-enabled video4linux2 && check_header linux/videodev2.h || disable video4linux2
+enabled v4l  && check_header linux/videodev.h  || disable v4l
+enabled v4l2 && check_header linux/videodev2.h || disable v4l2
 
 # check for ioctl_meteor.h, ioctl_bt848.h and alternatives
 if enabled bktr; then

Modified: trunk/libavformat/Makefile
==============================================================================
--- trunk/libavformat/Makefile	(original)
+++ trunk/libavformat/Makefile	Wed Feb 14 23:12:49 2007
@@ -140,7 +140,7 @@
 
 OBJS+= framehook.o
 
-ifeq ($(CONFIG_VIDEO4LINUX),yes)
+ifeq ($(CONFIG_V4L),yes)
 OBJS-$(CONFIG_VIDEO_GRAB_DEVICE_DEMUXER) += grab.o
 endif
 




More information about the ffmpeg-cvslog mailing list