diff options
author | hans@localhost.localdomain <hans@localhost.localdomain> | 2008-07-29 23:02:59 +0200 |
---|---|---|
committer | hans@localhost.localdomain <hans@localhost.localdomain> | 2008-07-29 23:02:59 +0200 |
commit | 55b3e527968b0644e7eaf3aae2b873249400b614 (patch) | |
tree | de200173976ced6eb1ac9952e3fad9cfc8250eba /v4l2-apps/lib/libv4l/Makefile | |
parent | 46da27966fefda91510002ea939d6e901c86f1d7 (diff) | |
download | mediapointer-dvb-s2-55b3e527968b0644e7eaf3aae2b873249400b614.tar.gz mediapointer-dvb-s2-55b3e527968b0644e7eaf3aae2b873249400b614.tar.bz2 |
libv4l: add pkg-config (.pc) files for easier detection if libv4l is available
From: Hans de Goede <j.w.r.degoede@hhs.nl>
libv4l: add pkg-config (.pc) files for easier detection if libv4l is available
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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/v4l2-apps/lib/libv4l/Makefile b/v4l2-apps/lib/libv4l/Makefile index 3497fdbf2..ee6d555c3 100644 --- a/v4l2-apps/lib/libv4l/Makefile +++ b/v4l2-apps/lib/libv4l/Makefile @@ -1,10 +1,10 @@ LIB_RELEASE=0 -V4L2_LIB_VERSION=$(LIB_RELEASE).3.7 +V4L2_LIB_VERSION=$(LIB_RELEASE).3.8 all clean install: - $(MAKE) -C libv4lconvert $@ - $(MAKE) -C libv4l2 $@ - $(MAKE) -C libv4l1 $@ + $(MAKE) -C libv4lconvert V4L2_LIB_VERSION=$(V4L2_LIB_VERSION) $@ + $(MAKE) -C libv4l2 V4L2_LIB_VERSION=$(V4L2_LIB_VERSION) $@ + $(MAKE) -C libv4l1 V4L2_LIB_VERSION=$(V4L2_LIB_VERSION) $@ export: clean mkdir /tmp/libv4l-$(V4L2_LIB_VERSION) |