[FFmpeg-cvslog] buildsystem: 10l add v4l entry back
Michael Niedermayer
git at videolan.org
Wed Jan 25 00:51:03 CET 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Jan 25 00:45:49 2012 +0100| [749e5dc1fdae72dda8067b839a897b9708021429] | committer: Michael Niedermayer
buildsystem: 10l add v4l entry back
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=749e5dc1fdae72dda8067b839a897b9708021429
---
libavdevice/Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libavdevice/Makefile b/libavdevice/Makefile
index 520e7b8..d7806ea 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
More information about the ffmpeg-cvslog
mailing list