diff options
| author | hans@localhost.localdomain <hans@localhost.localdomain> | 2008-09-03 11:36:18 +0200 |
|---|---|---|
| committer | hans@localhost.localdomain <hans@localhost.localdomain> | 2008-09-03 11:36:18 +0200 |
| commit | fd1a54135c2d7959bf7b78cada95ee9152eedf41 (patch) | |
| tree | 0cc4380eae3f712e76bb4e19e7e1cbe39501e472 /v4l2-apps/lib/libv4l/Makefile | |
| parent | b29c49d48ca0db5d5e8e98f1622be4d0311656c4 (diff) | |
| download | mediapointer-dvb-s2-fd1a54135c2d7959bf7b78cada95ee9152eedf41.tar.gz mediapointer-dvb-s2-fd1a54135c2d7959bf7b78cada95ee9152eedf41.tar.bz2 | |
libv4l: Add suport for YUYV and YVYU packed pixel formats
From: Jean-Francois Moine <moinejf@free.fr>
libv4l: Add suport for YUYV and YVYU packed pixel formats
Priority: normal
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Hans de Goede <j.w.r.degoede@hhs.nl>
Diffstat (limited to 'v4l2-apps/lib/libv4l/Makefile')
| -rw-r--r-- | v4l2-apps/lib/libv4l/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l2-apps/lib/libv4l/Makefile b/v4l2-apps/lib/libv4l/Makefile index 92928271a..2fa7ca51f 100644 --- a/v4l2-apps/lib/libv4l/Makefile +++ b/v4l2-apps/lib/libv4l/Makefile @@ -1,5 +1,5 @@ LIB_RELEASE=0 -V4L2_LIB_VERSION=$(LIB_RELEASE).4.2 +V4L2_LIB_VERSION=$(LIB_RELEASE).4.3 all clean install: $(MAKE) -C libv4lconvert V4L2_LIB_VERSION=$(V4L2_LIB_VERSION) $@ |
