[FFmpeg-cvslog] devices: Disable v4l to fix compilation until someone

Michael Niedermayer git at videolan.org
Sat Jan 28 09:01:49 CET 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Jan 28 08:43:00 2012 +0100| [72bbe768ba6b51377cbe07e826fc2e989b3fe333] | committer: Michael Niedermayer

devices: Disable v4l to fix compilation until someone
has time to update it to the new API.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=72bbe768ba6b51377cbe07e826fc2e989b3fe333
---

 libavdevice/alldevices.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavdevice/alldevices.c b/libavdevice/alldevices.c
index 161c3b4..86ebfee 100644
--- a/libavdevice/alldevices.c
+++ b/libavdevice/alldevices.c
@@ -51,7 +51,7 @@ void avdevice_register_all(void)
     REGISTER_OUTDEV   (SDL, sdl);
     REGISTER_INOUTDEV (SNDIO, sndio);
     REGISTER_INDEV    (V4L2, v4l2);
-    REGISTER_INDEV    (V4L, v4l);
+//    REGISTER_INDEV    (V4L, v4l
     REGISTER_INDEV    (VFWCAP, vfwcap);
     REGISTER_INDEV    (X11_GRAB_DEVICE, x11_grab_device);
 



More information about the ffmpeg-cvslog mailing list