From 26962cb9d0c1f089e7ea68fb6f8112980d1e1c95 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sat, 13 Sep 2003 10:44:47 +0000 Subject: [PATCH] typos Original commit message from CVS: typos --- sys/v4l/Makefile.am | 3 ++- sys/v4l/videodev_mjpeg.h | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/sys/v4l/Makefile.am b/sys/v4l/Makefile.am index dad907f91a..ed95a5f5ce 100644 --- a/sys/v4l/Makefile.am +++ b/sys/v4l/Makefile.am @@ -7,7 +7,8 @@ libgstvideo4linux_la_SOURCES = \ gstv4lelement-marshal.c \ gstv4lsrc.c v4lsrc_calls.c \ gstv4lmjpegsrc.c v4lmjpegsrc_calls.c \ - gstv4lmjpegsink.c v4lmjpegsink_calls.c + gstv4lmjpegsink.c v4lmjpegsink_calls.c \ + gstv4l.c libgstvideo4linux_la_CFLAGS = $(GST_CFLAGS) libgstvideo4linux_la_LIBADD = libgstvideo4linux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) diff --git a/sys/v4l/videodev_mjpeg.h b/sys/v4l/videodev_mjpeg.h index 68fd79c576..3f82e97df6 100644 --- a/sys/v4l/videodev_mjpeg.h +++ b/sys/v4l/videodev_mjpeg.h @@ -3,6 +3,9 @@ */ +#ifndef __VIDEODEV_MJPEG_H__ +#define __VIDEODEV_MJPEG_H__ + /* This is identical with the mgavideo internal params struct, please tell me if you change this struct here !