summaryrefslogtreecommitdiff
path: root/libavdevice/alldevices.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-01-28 08:43:00 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-01-28 08:44:33 +0100
commit72bbe768ba6b51377cbe07e826fc2e989b3fe333 (patch)
tree06702581b9cd031f89a3160bb4e82d0010cc6690 /libavdevice/alldevices.c
parente37f161e66e042d6c2c7470c4d9881df9427fc4a (diff)
downloadffmpeg-72bbe768ba6b51377cbe07e826fc2e989b3fe333.tar.gz
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>
Diffstat (limited to 'libavdevice/alldevices.c')
-rw-r--r--libavdevice/alldevices.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/alldevices.c b/libavdevice/alldevices.c
index 161c3b4db0..86ebfee062 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);