mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
devices: Disable v4l to fix compilation until someone
has time to update it to the new API. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
e37f161e66
commit
72bbe768ba
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user