summaryrefslogtreecommitdiff
path: root/libavdevice
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-01-25 00:45:49 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-01-25 00:46:41 +0100
commit749e5dc1fdae72dda8067b839a897b9708021429 (patch)
treec1578edcf42d83ade99d83441d5c4eaaf95ac0e1 /libavdevice
parent2179b638e3a495412d616272641742db42963aaf (diff)
buildsystem: 10l add v4l entry back
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavdevice')
-rw-r--r--libavdevice/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavdevice/Makefile b/libavdevice/Makefile
index 520e7b8daf..d7806ea435 100644
--- a/libavdevice/Makefile
+++ b/libavdevice/Makefile
@@ -29,6 +29,7 @@ OBJS-$(CONFIG_SDL_OUTDEV) += sdl.o
OBJS-$(CONFIG_SNDIO_INDEV) += sndio_common.o sndio_dec.o
OBJS-$(CONFIG_SNDIO_OUTDEV) += sndio_common.o sndio_enc.o
OBJS-$(CONFIG_V4L2_INDEV) += v4l2.o
+OBJS-$(CONFIG_V4L_INDEV) += v4l.o
OBJS-$(CONFIG_VFWCAP_INDEV) += vfwcap.o
OBJS-$(CONFIG_X11_GRAB_DEVICE_INDEV) += x11grab.o