Commit 72bbe768 authored by Michael Niedermayer's avatar Michael Niedermayer

devices: Disable v4l to fix compilation until someone

has time to update it to the new API.
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent e37f161e
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment